UNPKG

@ce1pers/date-helpers

Version:
18 lines (17 loc) 482 B
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";