I want to check to ensure that a form field being posted to the database is a valid date. The isdate() function doesn't seem to work, given that the form field is passed to the page as a string...and if I attempt to convert an invalid format to a date, it will error out. Ideas?
Thanks!
Thanks!