- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
if(!$timeless) {
if($event['_hup'] > $event['_hdn'])
echo $time_start;
else
echo $time_start.' - '.$time_end;
} else {
if($event['_hup'] > $event['_hdn'])
echo $time_start;
else
echo $time_start;
}