Recent content by Ganezh

  1. G

    In php time is showing wrongly.?

    am using wamp server. system time is 10:00 AM but in out put showing as 22:00. i dont know what mistake i have done. pls help. <?php $time_offset ="525"; $time_a = ($time_offset * 120); $time = date("H:i:s",time() + $time_a); echo $time;?>
  2. G

    In php time is showing wrongly.?

    am using wamp server. system time is 10:00 AM but in out put showing as 22:00. i dont know what mistake i have done. pls help. <?php $time_offset ="525"; $time_a = ($time_offset * 120); $time = date("H:i:s",time() + $time_a); echo $time;?>
Back
Top