Group Events Time
-
One of my customers picked up the fact that on the Group page, the time is in 24hr format.
In group-events.php on line 122 is:
echo substr ( $EM_Event->start_time, 0, 5 ) . " - " . substr ( $EM_Event->end_time, 0, 5 );
In the database it is stored as 24hr format.
Is there any way to display it as:
#_12HSTARTTIME – #_12HENDTIME
I know it’s nit-picking, but I said I would ask.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Group Events Time’ is closed to new replies.