Thanks Ceford, your reply pointed the way and push me to fiddle a bit more.
Found that the option of the calendar custom field edit : Show Time = No is causing the error to pop, it seems J! is still expecting hours and seconds, I guess... (Added a default date just in case...)
To answer your question in administrator>language>fr-FR>joomla . ini, we have :As I'm overriding the Date Format (didn't seem to have impact on the error) for showing it on the front, it is causing an incoherent retrieval in admin if I use the language in backend. So I keep english in backend.
For Info I have now 2 language overrides in "French(site)" :
DATE_FORMAT_LC4 >> worked with "Show Time = No" before update, then THE error
DATE_FORMAT_LC5 >> working with "ShowTime = Yes"
Of note : the 2 are messing up backend field tab editing value retrieval shown of a previously recorded date when using the overridden language in administrator. That's why I have to keep english as administration language.
Don't know if I have to report the bug somewhere, should try to reproduce it on another site probably.
Good day
Found that the option of the calendar custom field edit : Show Time = No is causing the error to pop, it seems J! is still expecting hours and seconds, I guess... (Added a default date just in case...)
To answer your question in administrator>language>fr-FR>joomla . ini, we have :
Code:
DATE_FORMAT_FILTER_DATE="d-[URL banned]"DATE_FORMAT_FILTER_DATETIME="d-[URL banned] H:i:s"
For Info I have now 2 language overrides in "French(site)" :
DATE_FORMAT_LC4 >> worked with "Show Time = No" before update, then THE error
DATE_FORMAT_LC5 >> working with "ShowTime = Yes"
Of note : the 2 are messing up backend field tab editing value retrieval shown of a previously recorded date when using the overridden language in administrator. That's why I have to keep english as administration language.
Don't know if I have to report the bug somewhere, should try to reproduce it on another site probably.
Good day
Statistics: Posted by Olomee — Fri May 03, 2024 7:18 am