checkdate function verifies whether the date is valid or not by taking month, day and year as arguments.
The problem is when someone enters a three digit year by mistake (200 instead of 2003), this function does not catch it. We are separating the year part from the string and validating separately to solve this problem. Is there a better way to do it? Siva http://www.leatherlink.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php