In my code I've a scenario like this :
<?php $start = "03:00:00:am"; $end = "08:00:00:pm"; if($start > $end) {} ?> I tried with unix timestamp but it didnt worked.
In my code I've a scenario like this :
<?php $start = "03:00:00:am"; $end = "08:00:00:pm"; if($start > $end) {} ?> I tried with unix timestamp but it didnt worked.