diff options
author | Scott González <scott.gonzalez@gmail.com> | 2015-09-23 11:30:55 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2015-09-23 11:30:55 -0400 |
commit | 2d4b4ef360728ab687412c159099b99984231ece (patch) | |
tree | 9879a4de221f364c44a15429ca77e84b3838bca8 /ui/i18n | |
parent | 29d288b8f2efc966c98d710fd96bc8b55758de43 (diff) | |
download | jquery-ui-2d4b4ef360728ab687412c159099b99984231ece.tar.gz jquery-ui-2d4b4ef360728ab687412c159099b99984231ece.zip |
Datepicker: Fix date format for `ko` locale
Fixes #14595
Closes gh-1595
Diffstat (limited to 'ui/i18n')
-rw-r--r-- | ui/i18n/datepicker-ko.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/i18n/datepicker-ko.js b/ui/i18n/datepicker-ko.js index 24a4ad693..8879a9950 100644 --- a/ui/i18n/datepicker-ko.js +++ b/ui/i18n/datepicker-ko.js @@ -25,7 +25,7 @@ datepicker.regional.ko = { dayNamesShort: [ "일","월","화","수","목","금","토" ], dayNamesMin: [ "일","월","화","수","목","금","토" ], weekHeader: "주", - dateFormat: "yy-mm-dd", + dateFormat: "yy. m. d.", firstDay: 0, isRTL: false, showMonthAfterYear: true, |