help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
m-d-y administrator event start date
m-d-y administrator event start date
9 months 2 weeks ago
After upgrading my site from Joomla 3.3 to 4.3 and also updating JEM to the latest, the admin event start date format has changed to (it does everywhere else).
Tried adding English USA language and set it as default, but no help.
Thanks for any insite anyone could offer.
Dennis
Tried adding English USA language and set it as default, but no help.
Thanks for any insite anyone could offer.
Dennis
Please Log in or Create an account to join the conversation.
Re: m-d-y administrator event start date
9 months 2 weeks ago
Please consult the help for php dates
Please Log in or Create an account to join the conversation.
Re: m-d-y administrator event start date
9 months 2 weeks ago
Thanks jojo12, I have referenced the settings and help. The following is where I'm having trouble.
Format Date (short):
Use the php date syntax to format the date in short form. This is the format used for event list views. For example the following code '' shows '25.05.2016'. More Information php date manual. Keep in mind, that not all parameters might be available on your server.
Format Date:
Use the php date syntax to format the date. This is the format used for event detail views. For example the following code 'D, ' shows 'Wed, 25.05.2016'. More Information php date manual. Keep in mind, that not all parameters might be available on your server.
Format Date (short) is what I assume sets the form at for the Event Listing start date. Changing the format has no effect. I have reviewed my understanding of PHP 8 date formats and setting Format Date (short) to m-d-Y should work but I see no change in the event listing start date format even after entering a new event from scratch.
Format Date works just fine and seems to effect the site side mouse hover date format.
Many thanks for taking a look.
Dennis
Format Date (short):
Use the php date syntax to format the date in short form. This is the format used for event list views. For example the following code '' shows '25.05.2016'. More Information php date manual. Keep in mind, that not all parameters might be available on your server.
Format Date:
Use the php date syntax to format the date. This is the format used for event detail views. For example the following code 'D, ' shows 'Wed, 25.05.2016'. More Information php date manual. Keep in mind, that not all parameters might be available on your server.
Format Date (short) is what I assume sets the form at for the Event Listing start date. Changing the format has no effect. I have reviewed my understanding of PHP 8 date formats and setting Format Date (short) to m-d-Y should work but I see no change in the event listing start date format even after entering a new event from scratch.
Format Date works just fine and seems to effect the site side mouse hover date format.
Many thanks for taking a look.
Dennis
Please Log in or Create an account to join the conversation.
Re: m-d-y administrator event start date
9 months 2 weeks ago
Hi, if I understand you right, the you mean the tables in backend. Because in frontend eventlist works with the general settings, when you set m-d-Y, then I see 12-29-2024.
If you mean backend, you seems right, until now I don't know how to change that.
I will post this in github as bug
If you mean backend, you seems right, until now I don't know how to change that.
I will post this in github as bug
Please Log in or Create an account to join the conversation.
Re: m-d-y administrator event start date
9 months 2 weeks ago
Thanks Jojo12, yes I mean the backend event list. Front end seems OK.
Not critical, just confusing to us USA date format folks.
This was OK in Joomla 3.3 and earlier version of JEM.
Dennis
Not critical, just confusing to us USA date format folks.
This was OK in Joomla 3.3 and earlier version of JEM.
Dennis
Please Log in or Create an account to join the conversation.
Re: m-d-y administrator event start date
9 months 2 weeks ago - 9 months 2 weeks ago
as patch you can make an override of administrator/components/com_jem/views/events/tmpl/default.php
and change in line 157 f
and change in line 157 f
Code:
//Prepare date
$displaydate = JemOutput::formatDateTime($row->dates, null, $row->enddates, null,'m-d-y');
Last edit: 9 months 2 weeks ago by jojo12.
Please Log in or Create an account to join the conversation.
Time to create page: 0.958 seconds