diff --git a/htdocs/core/js/datepicker.js.php b/htdocs/core/js/datepicker.js.php index 044fddcd0ba..f91f03ccd1c 100644 --- a/htdocs/core/js/datepicker.js.php +++ b/htdocs/core/js/datepicker.js.php @@ -98,9 +98,10 @@ jQuery(function($){ dayNamesMin: ['transnoentitiesnoconv("ShortSunday")) ?>','transnoentitiesnoconv("ShortMonday")) ?>','transnoentitiesnoconv("ShortTuesday")) ?>','transnoentitiesnoconv("ShortWednesday")) ?>','transnoentitiesnoconv("ShortThursday")) ?>','transnoentitiesnoconv("ShortFriday")) ?>','transnoentitiesnoconv("ShortSaturday")) ?>'], weekHeader: 'Sem.', dateFormat: 'transnoentitiesnoconv("FormatDateShortJQuery"); ?>', - firstDay: 1, - isRTL: false, - showMonthAfterYear: false, - yearSuffix: ''}; + firstDay: 1, // TODO add specific to country + isRTL: false, // TODO add specific to country + showMonthAfterYear: false, // TODO add specific to country + yearSuffix: '' // TODO add specific to country + }; $.datepicker.setDefaults($.datepicker.regional['defaultlang ?>']); });