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!