2.6.0 • Published 6 years ago

@fxhacker/get_date v2.6.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Get_Date is designed to make displaying the current date and time easier for your projects.

Require Package: const now = require('/fxhacker/get_date')

If the current date and time is Thu Feb 14 2019 18:03:27 GMT-0700 you are able to output the following:

now.getTime => 06:03:27

now.getMilitaryTime => 18:03:27

now.getHours => 18

now.getMinutes => 03

now.getSeconds => 27

now.getDayOfWeek = > Thu

now.getDayOfWeekFull = > Thursday

now.getDayNumber => 14

now.getMonth => Feb

now.getMonthFull => February

now.getYear => 2019

now.getTimezone => GMT-0700

2.6.0

6 years ago

2.5.0

6 years ago

2.4.0

6 years ago

2.3.0

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago