UK/ International Date Format In Concrete 5.4.2.1
PermalinkBit of a minor bug I'm getting here with UK date format (dd/mm/yy).
I've added to config/site.php:
Works well over most of the site - only problem seems to be with the "DATE_APP_DATE_PICKER" - when you edit a page's properties under "Public Date/Time". The format here doesn't seem to be read in the same php date format as the rest of the defined variables.
The knock on effect is that when you try to update the page's public release date - it registers the public release date as 01/01/1970.
The fix from hypocrite over inhttp://www.concrete5.org/community/forums/customizing_c5/non-us-dat... works:
But you're stuck with dots. Yes I'm being a little bit particular here but...
Anyone got a bug fix to make this work with slashes "/"?