dtg-js
v1.0.0
Published
This library implements a date representation in base 60
Readme
dtg-js
This library implements the base 60 representation of a Date object.
Install
npm install dtg-jsUsage
const { toBase60, toJSDate } = require("dtg-js");
console.log(toBase60(new Date()));
console.log(toJSDate("Xj4LAgM"));