Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
10582 lgm 1
<?php
2
//echo "date is-".date("Y-m-d");
3
//echo "TIME is-".date("H-i-s");
4
$today = gmdate("Y-m-d H:i:s");
5
echo $today;
6
//ECHO "<BR/>";
7
//echo gmdate('d.m.Y H:i:s', strtotime($today."UTC"));
8
//date_default_timezone_set("Asia/Kolkata"); 
9
   // echo date('d-m-Y H:i:s'); //Returns IST 
10
?>