Skip to content

Commit

Permalink
Fixed default format strings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasherceg committed Feb 19, 2024
1 parent ecd9b92 commit d61e1d3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Globalize.cultures[ "default" ] = {
// G is a combination of the short date ("d") and short time ("T") patterns, separated by a space
G: "M/d/yyyy h:mm:ss tt"
},
additionalDefaultPatterns: ["h:mm", "h:mm:ss"]
additionalDefaultPatterns: ["H:mm", "H:mm:ss"]
// optional fields for each calendar:
/*
monthsGenitive:
Expand Down
Loading

0 comments on commit d61e1d3

Please sign in to comment.