UNPKG

@ce1pers/date-helpers

Version:
4 lines (3 loc) 456 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";