Revision f8ec31c6
Von Moritz Bunkus vor etwa 10 Jahren hinzugefügt
templates/webpages/layout/javascript_setup.js | ||
---|---|---|
setupDateFormat('[% JavaScript.escape(MYCONFIG.dateformat) %]', '[% 'Falsches Datumsformat!' | $T8 %]');
|
||
|
||
$.datepicker.setDefaults(
|
||
$.extend({}, $.datepicker.regional["[% MYCONFIG.countrycode %]"], {
|
||
dateFormat: "[% datefmt %]",
|
||
$.extend({}, $.datepicker.regional['[% JavaScript.escape(MYCONFIG.countrycode) %]'], {
|
||
dateFormat: '[% JavaScript.escape(datefmt) %]',
|
||
showOn: "button",
|
||
showButtonPanel: true,
|
||
changeMonth: true,
|
Auch abrufbar als: Unified diff
mehr JavaScript-escapen