Skip to content

Commit 45efe37

Browse files
committed
Merge pull request #1756 from jinto/master
correct date format
2 parents b18c3a2 + 832b7ba commit 45efe37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/locales/bootstrap-datepicker.ko.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
monthsShort: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"],
1212
today: "오늘",
1313
clear: "삭제",
14-
format: "YYYY-MM-DD",
14+
format: "yyyy-mm-dd",
1515
titleFormat: "yyyy년mm월",
1616
weekStart: 0
1717
};

0 commit comments

Comments
 (0)