import { type Dayjs } from "dayjs" export const toISODateString = (day: Dayjs): string => day.format("YYYY-MM-DD")