Hi again to all,
Can anyone know how to do this?
<?php
// let say the time now is 06:00 PM
$time = Date('h:i A');
$time1 = strftime('$time'); // I know it is wrong coz the output of this code is $time only. I just include this for you to have an specific idea ^^
// now i want to display $time1 as 1800
?>
Thanks in advance for your help.