View Single Post
Old 10-11-2005, 06:11 AM  
Dusen
Confirmed User
 
Join Date: Aug 2002
Location: East Coast.
Posts: 2,251
PHP Guys - strtotime Help

PHP Code:
<?php

$datestring
=date("l dS of F Y h:i:s A");
$returntime=strtotime($datestring);
echo 
$datestring." READ IN ".$returntime." RETURNED\n";

?>
Is my date string not a valid format? Seems fairly standard. How can I fix?
__________________
Penis Pill Sponsor List and Reviews:
http://www.pillsponsors.com
Dusen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote