Ciscoserret
Programmer
Is there a way to verify that a unix date stored in a database is valid, before using date() on it to covert it to an english readable date? I've inherited a project that has a database that has garbage in some of the date fields, and date($englishformat, $theunixdate) generates an error if the unix date isn't valid.