You are here: C97net • 5.03 Date & Time Functions
To verify a given date
function verify_date ($sql_date)
Use this function to verify a date. This is a shortcut for PHP's checkdate() function, only it accepts a date string.
$sql_date = an SQL formatted date, eg: '2010-12-25'.
There is no comment. Why not be the first?