[resolved] Time format: Display full hours without minutes
-
I wanted to display full hours like “17 Uhr” while H.i hours should be displayes as “17.15 Uhr”.
Therefore, I fumbled this into the event-meta-event-single.php:
<?php if( eo_is_all_day() ) { $date_format = 'j. F Y'; }else{ if(eo_get_schedule_start('i') == 00){ $date_format = 'j. F Y, H \U\h\r'; }else{ $date_format = 'j. F Y, H.i \U\h\r';} } ?>
Posted just in case somebody likes it the same way.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[resolved] Time format: Display full hours without minutes’ is closed to new replies.