<?php $dateString = "Wed Jun 08 2016 00:00:00 GMT+0800 (Malay Peninsula Standard Time)"; $dateString = preg_replace("/\(.*\)/","",$dateString); echo date('d/m/Y', strtotime($dateString));
You have javascript disabled. You will not be able to edit any code.