// Calendar Date (YYYY-MM-DD)
const toCalendarDate = (input: string) => new Date(input).toISOString().slice(0, 10)