I created an event with time start 19:30 but on the events page it shows up as 7:30
Can someone tell me how to correct this ? I can't find it in the settings.
I created an event with time start 19:30 but on the events page it shows up as 7:30
Can someone tell me how to correct this ? I can't find it in the settings.
|
Nobody ??? |
Nobody ??? Change it in admin panel - advanced settings. See the date format section PS: If possible do not write me personally, please try to ask on the forum first |
As far as I remember, it used to be there, but I can't find it anymore. This is what I see in admin settings/advanced/variables concerning the time format. How do I setup the time format to show AM and PM ?
|
I created an event to start at 19:30 and it shows on my site as 7:30. When I try to change it, it shows up correct in the event modification page.
I just can't figure out why it doesn't show correct, because in the admin panel the PHP code is correct.
I installed the time zone mod and UE30's event mods (as you can see).
Something must have gone wrong in the database. |
I also checked the sys_options in the database : it says %H:%i so that's correct as well. |
I also checked the sys_options in the database : it says %H:%i so that's correct as well. You should change the long date format PS: If possible do not write me personally, please try to ask on the forum first |
I changed it into %d.%m.%Y %H:%i and it's OK now.
Thanks for the hint. |
I changed it into %d.%m.%Y %H:%i and it's OK now.
Thanks for the hint. You are welcome PS: If possible do not write me personally, please try to ask on the forum first |
normaly you don´t need the character % change the Long Date Format(for code) not for database to d.m.Y A h:i A = AM/PM a= am/pm small h for 0-12 hours big H for 0-24 hours ue30 Mods - http://www.boonex.com/market/posts/ue30 |
I should have known that capitals and minuscules are important in PHP |