export const toDateFromString = (ymd: string): Date => { return new Date(`${ymd}T00:00:00:000Z`); }