Subversion Repositories SmartDukaan

Rev

Blame | Last modification | View Log | RSS feed

<?php
//echo "date is-".date("Y-m-d");
//echo "TIME is-".date("H-i-s");
$today = gmdate("Y-m-d H:i:s");
echo $today;
//ECHO "<BR/>";
//echo gmdate('d.m.Y H:i:s', strtotime($today."UTC"));
//date_default_timezone_set("Asia/Kolkata"); 
   // echo date('d-m-Y H:i:s'); //Returns IST 
?>