> Any suggestions on how to determine if input is a valid date string in > JavaScript. I.E. not just that it looks like a date, but will filter > out things like '2/29/2000' which is actually not a valid date.
This is part of a JavaScript validation library: http://www.massimocorner.com/validator/samples/date_validation.htm If the whole thing is overkill for your needs, you may just look at the code and extract the date validation part: http://www.massimocorner.com/validator/ Massimo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/Javascript/message.cfm/messageid:4883 Subscription: http://www.houseoffusion.com/groups/Javascript/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.33
