Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Lorem ipsum

    import { DateObject } from "react-multi-date-picker";
    const julianDay = new DateObject().toJulianDay();
    const days = new DateObject().add(56, "years").add(8, "months").add(17, "days").toDays();
    console.log(new DateObject().add(56, "years").add(8, "months").add(17, "days").toDate());
    const epoch = julianDay - days

  • No labels