@salmansaeed/date
v5.5.0
Published
This package allows you to create new myDateTimeObject Objects as a Factory Pattern
Downloads
3
Maintainers
Readme
date
Date Package for JavaScript: This Package Acts like a Factory for Date and Time To use this Package after installing create a new object by calling myDateTimeObject. Follow the steps
npm install @salmansaeed/date
To Run you Simply Write the Follows:
import Date from '@salmansaeed/date';
let d = new Date();
console.log(d.date);
console.log(d.time);