diff --git a/examples/date-management-other-today.ts b/examples/date-management-other-today.ts index 51655266..160c770e 100644 --- a/examples/date-management-other-today.ts +++ b/examples/date-management-other-today.ts @@ -4,7 +4,7 @@ import 'vanilla-calendar-pro/build/vanilla-calendar.min.css'; const options: IOptions = { date: { - today: new Date('2022-01-07:T00:00:00.000Z'), + today: new Date('2022-01-07T00:00:00.000Z'), }, };