atomic-date
v3.0.1
Published
Represent a date as a human-readable integer
Readme
AtomicDate
Specialized kind of Date that is represented as a human-readable integer.
const atomicDate = new AtomicDate("2026-01-11");
console.log(Number(atomicDate)); // 20260111