1.0.1 ā€¢ Published 3 years ago

import-date-rithik v1.0.1

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

Easily import current date

With this package, you can easily import the current date into your JavaScript file!

Installlation

const {date} = require('import-date-rithik');

How you can use it

console.log(date);

šŸ‘† This for example would console log the current date.

You can use it anywhere you like!