1.0.12 • Published 4 years ago

get-system-date-format v1.0.12

Weekly downloads
14
License
MIT
Repository
-
Last release
4 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

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago