Fix datePattern of locale.en_JP

pull/590/head
MISUMI Masaru 2020-11-14 09:08:52 +09:00
parent 0d97fa79d7
commit fe1c5962cc
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ var locales = {
temperature: "°F",
ampm: { 0: "", 1: "" },
timePattern: { 0: "%HH:%MM:%SS ", 1: "%HH:%MM" },
datePattern: { 0: "%y/%M/%d", 1: "%y/%m;/%d" },
datePattern: { 0: "%Y/%m/%d", 1: "%y/%m/%d" },
abmonth: "Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec",
month: "January,February,March,April,May,June,July,August,September,October,November,December",
abday: "Sun,Mon,Tue,Wed,Thu,Fri,Sat",