dtg-js
v1.1.1
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
import { toBase60, toJSDate } = from "dtg-js";
console.log(toBase60(new Date()));
console.log(toJSDate("Xj4LAgM"));