Skip to content

Commit

Permalink
Force TempusDominus locale to 'en' to avoid parsing issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
patfair committed Jul 29, 2024
1 parent a1e64b7 commit f0ff0df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/js/cheesy-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const newDateTimePicker = function(id, defaultTime) {
},
localization: {
format: "yyyy-MM-dd hh:mm:ss T",
locale: "en",
},
}
);
Expand Down

0 comments on commit f0ff0df

Please sign in to comment.