Skip to content
Snippets Groups Projects
Commit aa5c46ff authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

Revert "set localized date format for jquery ui datepicker, fixes #5507"

This reverts commit b60aa4fa.
parent 4141ca93
No related branches found
No related tags found
No related merge requests found
......@@ -603,7 +603,7 @@ import RestrictedDatesHelper from './lib/RestrictedDatesHelper';
$gettext('Sa')
],
weekHeader: $gettext('Wo'),
dateFormat: String.locale === 'en-GB' ? 'mm/dd/yy' : 'dd.mm.yy',
dateFormat: 'dd.mm.yy',
firstDay: 1,
isRTL: false,
showMonthAfterYear: false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment