<?php$string = "July 2, 10:59PM";echo strtotime($string);?>
<?phpecho strtotime("July 2, 10:59PM");?>
Jump To Top of Thread