Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

import-date-rithik

rithikdev5ISC1.0.1

This is a package which lets you to import the date in a javscript file easily

js-date, npm

readme

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!