Merge branch 'feature/89-more-date-formats' of aheathershaw/blue-twilight into master

This commit is contained in:
Andy Heathershaw 2018-08-06 17:04:45 +01:00 committed by Gitea
commit 07f34aa158
1 changed files with 9 additions and 0 deletions

View File

@ -23,8 +23,17 @@ class ConfigHelper
return [
'Y-m-d - H:i',
'd/m/Y - H:i',
'd-m-Y - H:i',
'd.m.Y - H:i',
'd/M/Y - H:i',
'd-M-Y - H:i',
'm/d/Y - H:i',
'm-d-Y - H:i',
'm.d.Y - H:i',
'jS F Y - H:i',
'jS M. Y - H:i',
'F jS Y - H:i',
'M. jS Y - H:i'
];
}