I have time format say:
$start_time; (example: 1:30 PM) $system_time; (example: 8:20 AM) echo $time_left_for_discussion = $start_time - $system_time; I want to substract $start_time - $system_time. But its not showing the correct result.
How can I deal with this kind of time substraction?