Skip to content

Commit

Permalink
Default date format to YYYY-MM-DD
Browse files Browse the repository at this point in the history
  • Loading branch information
paldeep-singh committed Mar 22, 2024
1 parent 6ca3fd0 commit 1d0efd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/diagrams/gantt/ganttDb.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dayjs.extend(dayjsIsoWeek);
dayjs.extend(dayjsCustomParseFormat);
dayjs.extend(dayjsAdvancedFormat);

let dateFormat = '';
let dateFormat = 'YYYY-MM-DD';
let dateRange = '';
let startDateRange = '';
let endDateRange = '';
Expand Down

0 comments on commit 1d0efd1

Please sign in to comment.