Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
uvarov-frontend committed Apr 21, 2024
1 parent ec01039 commit 1f718f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/date-management-other-today.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
},
};

Expand Down

0 comments on commit 1f718f5

Please sign in to comment.