Forum Moderators: coopster
When I retrieve the datetime in PHP for that record I get 12/31/69.
Iam using:
date("m/d/Y",strtotime(odbc_result($result,"dateSubmitted")));
I know there is a problem with how PHP4.x reads the Unix timestamp, but I have not figured out how to get around the problem.
If the user does not enter the data correctly or leaves the field blank, then, I do not want to return a value for the date field on the display page. Instead, I am getting the value 12/31/69.
Thanks in advance,
CWilson