world_dates
v1.1.1
Published
A simple package to work with dates in JavaScript
Readme
PlatziDate
A way to manage dates in timestamp and long time format
Install
npm install world_datesHow to use it?
const dateFormatter = require('world_dates')
console.log('Time stamp', dateFormatter.getTimestamp())
console.log('Fecha en español', dateFormatter.getLongTime())
console.log('Fecha en inglés', dateFormatter.getLongTime('en-US'))