Skip to content

Commit 2d4b4ef

Browse files
committed
Datepicker: Fix date format for ko locale
Fixes #14595 Closes gh-1595
1 parent 29d288b commit 2d4b4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/i18n/datepicker-ko.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ datepicker.regional.ko = {
2525
dayNamesShort: [ "일","월","화","수","목","금","토" ],
2626
dayNamesMin: [ "일","월","화","수","목","금","토" ],
2727
weekHeader: "주",
28-
dateFormat: "yy-mm-dd",
28+
dateFormat: "yy. m. d.",
2929
firstDay: 0,
3030
isRTL: false,
3131
showMonthAfterYear: true,

0 commit comments

Comments
 (0)