1.5.1 • Published 3 years ago

today-day v1.5.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Project Title

Simple library to get today day.

Description

When you dont know what day today, use this library.

Dependencies

  • Node.js 4.9.1+

Installing

  • CDN
https://cdn.jsdelivr.net/npm/today-day@1.5.1/dist/today-day.min.js
  • npm i today-day

Executing program

  • How to run the program
const todayDay = require('today-day')

//Friday
todayDay.today();

//Monday
todayDay.random();

//Tuesday
todayDay.addDays(4);

//Wednesday
todayDay.addDays(-29);


//set language to hebrew
todayDay.locale('he_IL');

//שישי
todayDay.today();

//["en_US", "fr_FR", "he_IL"]
todayDay.getSupportedLanguages();
  • How to run tests
npm run test

i18n

  • English (en_US)
  • Hebrew (he_IL)
  • French (fr_FR)

Version History

  • 1.5.1
    • Added browser Support
  • 1.2.0
    • Algorithm Improvements
    • Changed Languages object
  • 1.1.2
    • Added random function
    • Added addDays function
  • 1.1.1
    • Changed function name setLanguages to locale
    • Removed todayUpperCase
    • Removed todayLowerCase
  • 1.1.0
    • Added Jest library for tests.
1.5.1

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.1.2

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.12

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago