I am calling an API from where I am getting date /Date(1365004652303-0500)/, I don\'t understand what format this is. How is this date format called? I was not
use \Webapix\DotNetJsonDate\Date;
$dateTime = Date::toDateTime('/Date(1365004652303-0500)/');
// return with \DateTime object, you can format it: $dateTime->format('Y-m-d H:i:s')