Skip to content

Commit

Permalink
Datepicker: Fixed date format for Serbian locales. Fixes #7347 - Date…
Browse files Browse the repository at this point in the history
…picker: Wrong date format for Serbian localization.

(cherry picked from commit 504b100)
  • Loading branch information
scottgonzalez committed Apr 17, 2013
1 parent c1011b5 commit f157310
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/i18n/jquery.ui.datepicker-sr-SR.js
Expand Up @@ -14,7 +14,7 @@ jQuery(function($){
dayNamesShort: ['Ned','Pon','Uto','Sre','Čet','Pet','Sub'],
dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'],
weekHeader: 'Sed',
dateFormat: 'dd/mm/yy',
dateFormat: 'dd.mm.yy',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
Expand Down
2 changes: 1 addition & 1 deletion ui/i18n/jquery.ui.datepicker-sr.js
Expand Up @@ -14,7 +14,7 @@ jQuery(function($){
dayNamesShort: ['Нед','Пон','Уто','Сре','Чет','Пет','Суб'],
dayNamesMin: ['Не','По','Ут','Ср','Че','Пе','Су'],
weekHeader: 'Сед',
dateFormat: 'dd/mm/yy',
dateFormat: 'dd.mm.yy',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
Expand Down

0 comments on commit f157310

Please sign in to comment.