in super-mode-calculator/src/lib/date.ts [3:5]
export function toDateString(date: Date): string { return format(date, 'yyyy-MM-dd'); }