<?php $row['date'] = '2018-07-21 11:14:19.678896'; $date = date_create_from_format('Y-m-d H:i:s.u', $row['date'], new DateTimeZone('UTC')); $date->setTimeZone(new DateTimeZone('Asia/Tehran')); $converted_date = $date->format('Y/m/d H:i:s'); echo $converted_date;
You have javascript disabled. You will not be able to edit any code.