12/24h display issue and question
-
hello,
i have a little issue with that great plugin (thanks for it ;-)).
widget
https://s14.directupload.net/images/130508/pvtbq47d.png
details
https://s1.directupload.net/images/130508/g3aeeddu.pngi use the 24h time format, and the time is everywhere ok, excluding when i go into the event details, it shows the 12h format.
so i had to switch some lines in event-organiser/templates/event-meta-event-single.php
old:
<?php if( eo_is_all_day() ){ $date_format = 'j F Y'; }else{ $date_format = 'j F Y g:ia'; } ?>
new:
<?php if( eo_is_all_day() ){ $date_format = 'j F Y'; }else{ $date_format = 'j F Y H:i'; } ?>
guess there needs to be a variable for this, or my setup is somewhere wrong, but i don’t know where?
i need one more details in the “event details”: the end date and time.
what needs to be changed there?
barely and php knowledge on my side ??thanks for your time and big thanks in advance!
andy
- The topic ‘12/24h display issue and question’ is closed to new replies.