Skip to content

Commit 9299fa6

Browse files
committed
Adds build files
1 parent 8831fee commit 9299fa6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

public/cui.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40025,16 +40025,16 @@ CUI.DateTimeFormats["en-US"] = {
4002540025
}, {
4002640026
text: "Jahr-Monat",
4002740027
support_bc: false,
40028-
input: "MM-YYYY",
40028+
input: "YYYY-MM",
4002940029
invalid: "Invalid date",
4003040030
store: "YYYY-MM",
4003140031
display: "MMMM YYYY",
40032-
display_short: "MM-YYYY",
40032+
display_short: "YYYY-MM",
4003340033
display_attribute: "year-month",
4003440034
display_short_attribute: "year-month-short",
4003540035
type: "year_month",
4003640036
clock: false,
40037-
parse: ["MM YYYY", "MM/YYYY", "MM.YYYY", "M.YYYY", "YYYY-M", "YYYY-MM"]
40037+
parse: ["MM YYYY", "MM/YYYY", "MM.YYYY", "M.YYYY", "YYYY-M", "YYYY-MM", "MM-YYYY", "M-YYYY", "YYYY-M", "YYYY.M", "YYYY/M"]
4003840038
}, {
4003940039
text: "Jahr",
4004040040
support_bc: true,

public/cui.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)