<?php
echo date("h:i:s");
?>
its output is :
12:05:04
but my system time shows:
3:35:01
i am not getting what function to use to match with system time??
<?php
echo date("h:i:s");
?>
its output is :
12:05:04
but my system time shows:
3:35:01
i am not getting what function to use to match with system time??