Hi,
How can i validate a date in java script im getting from the user through the text box. Is there any isdate() function available in javascript?
bye
this function not exist in core javascript. There are many out there though, I've seen em.
Go to a scripts site and see what you can muster up there. try javascripts.com
:>
split the dateformat you are expecting in separated strings and check if the number is in the range..
the following list clearly show you how to http://javascript.internet.com/forms/val-date.html