export const formatDate = (date: Date): string => { return date.toISOString().split("T")[0] as string; };