Bhola Meena's Tech Knowledge Backup
Monday, May 19, 2014
PHP: display date with right timezone
$date = new DateTime($row['date_added'], new DateTimeZone('UTC'));
$date->setTimezone("Asia/Culcutta");
$reportInfo[]=Array(
'status'=>$row['status'],
'date'=>$date->format("d-m-Y h:i a"),
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment