Skip to content

Commit b7af203

Browse files
stojcescottgonzalez
authored andcommitted
Datepicker i18n: Fixed Macedonian date format. Fixes #8040 - Datepicker: Macedonian locale has incorrect date format.
1 parent c518774 commit b7af203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/i18n/jquery.ui.datepicker-mk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jQuery(function($){
1414
dayNamesShort: ['Нед','Пон','Вто','Сре','Чет','Пет','Саб'],
1515
dayNamesMin: ['Не','По','Вт','Ср','Че','Пе','Са'],
1616
weekHeader: 'Сед',
17-
dateFormat: 'dd/mm/yy',
17+
dateFormat: 'dd.mm.yy',
1818
firstDay: 1,
1919
isRTL: false,
2020
showMonthAfterYear: false,

0 commit comments

Comments
 (0)