unix-timestamp-converter
v1.1.0
Published
Converting timestamp into readable date
Maintainers
Readme
UNIX Code Converter
This pacakage converts UNIX_VALUE into a readable date
Installation
npm i unix-timestamp-converterUsage
const time = require('unix-timestamp-converter');
time.UNIX_CODE();
Example
const time = require('unix-timestamp-converter');
const readableDate = time.UNIX_CODE(1509451524);
console.log(readableDate);OUTPUT: 31 Oct 2017