@ce1pers/date-helpers
Version:
Simple date time helpers.
18 lines (17 loc) • 482 B
text/typescript
export { GetPassedTimeOutputs, WithFormatInput } from "./src/shared/types";
export {
convertDateToEight,
convertEightToDate,
divideDateByEight,
getPassedTime,
getTimeDifference,
getTimeDifferenceAsHours,
getTimeDifferenceAsMinutes,
getTimeDifferenceAsSeconds,
withFormat,
getFirstDateOfCurrentMonth,
getFirstDateOfMonth,
getLastDateOfCurrentMonth,
getLastDateOfMonth,
} from "./src/shared/utilities";
export { makeCalendar } from "./src/calendar-helpers";