]> source.dussan.org Git - jquery-ui.git/commitdiff
Datepicker: Fix date format for `ko` locale
authorScott González <scott.gonzalez@gmail.com>
Wed, 23 Sep 2015 15:30:55 +0000 (11:30 -0400)
committerScott González <scott.gonzalez@gmail.com>
Wed, 23 Sep 2015 15:30:55 +0000 (11:30 -0400)
Fixes #14595
Closes gh-1595

ui/i18n/datepicker-ko.js

index 24a4ad6938a916d1ffcb8e7dcdedafb0425c42ae..8879a99509040916e2a017cf7b31b780913d21a2 100644 (file)
@@ -25,7 +25,7 @@ datepicker.regional.ko = {
        dayNamesShort: [ "일","월","화","수","목","금","토" ],
        dayNamesMin: [ "일","월","화","수","목","금","토" ],
        weekHeader: "주",
-       dateFormat: "yy-mm-dd",
+       dateFormat: "yy. m. d.",
        firstDay: 0,
        isRTL: false,
        showMonthAfterYear: true,