Showing posts with label Data And Time. Show all posts
Showing posts with label Data And Time. Show all posts

Sunday, October 20, 2013

Php date function

<?php
$timezone
="+6";$jam=gmdate("H:i",time()+3600*($timezone));$d=gmdate("d",time()+3600*($timezone));$m=gmdate("m",time()+3600*($timezone));$y=gmdate("Y",time()+3600*($timezone));