gopdevdate
v1.0.1
Published
Una utilidad para manejar fechas en formato timestamp y long time.
Maintainers
Readme
gopdevdate
Una utilidad para manejar fechas en formato timestamp y long time.
Install
npm install gopdevdateExample
const formatDate = require("gopdevdate");
console.log("Timestamp: ", formatDate.getTimestamp());
console.log("Fecha en Español: ", formatDate.getLongTime());
console.log("Fecha en Inglés: ", formatDate.getTimestamp("en-US"));
