Skip to content
Snippets Groups Projects
Unverified Commit 59f649be authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #5044 from aydreeihn/issue/date-format

European Date Format Issue
parents 2313dd8a df7306f3
No related branches found
No related tags found
No related merge requests found
...@@ -608,6 +608,7 @@ $.translate_format = function(str) { ...@@ -608,6 +608,7 @@ $.translate_format = function(str) {
'yyyy': '`', 'yyyy': '`',
'yyy': '`', 'yyy': '`',
'yy': 'y', 'yy': 'y',
'y': 'yy',
'`': 'yy' '`': 'yy'
}; };
// Change PHP formats to datepicker ones // Change PHP formats to datepicker ones
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment