1.0.12 • Published 6 years ago

get-system-date-format v1.0.12

Weekly downloads
14
License
MIT
Repository
-
Last release
6 years ago

print system date and system date format

Usage

Have this below code in a js file and then run node js file.

const datesFromOS = require('./node_modules/get-system-date-format/build/Release/getSystemDate.node');

const dateModule = require('./node_modules/get-system-date-format/get-system-date');

const formattedDates = dateModule.getDateFormatAndISODate('10-10-50');

console.log(formattedDates);

Pass date string as command line argument. Example: npm start "10-05-49"

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago