@subash036/dateutc
v1.2.0
Published
Plugin will give dates in UTC with no timestamp
Downloads
5
Keywords
Readme
Dates In UTC
Plugin will give dates in UTC with no timestamp
Getting Started
Follow below instructions to get started.
Prerequisites
What things you need to install the software and how to install them
npm i moment
Installing
npm i @subash036/dateutc --save-dev
End with an example of getting some data out of the system or using it for a little demo
Running the tests
let dateUTC = new Date(require("@subash036/dateutc")())
console.log(dateUTC)
Authors
- Shiva - Initial work - subash036
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Acknowledgments
- Inspiration from momentJS