SyntaxFix
Write A Post
Hire A Developer
Questions
$the_date_time = new DateTime($date_string); $the_date_time_in_ms = ($the_date_time->format('U') * 1000) + ($the_date_time->format('u') / 1000);