From 2d4b4ef360728ab687412c159099b99984231ece Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Wed, 23 Sep 2015 11:30:55 -0400 Subject: [PATCH] Datepicker: Fix date format for `ko` locale Fixes #14595 Closes gh-1595 --- ui/i18n/datepicker-ko.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5