I have a reservation page where someone would enter the date for it and I need to validate it, but i am not sure how to do this in javascript here is the html code
<input type="text" name="date" />
now i have seend a few examples but not clear enough, the entry in the textbox should be something like 11/07/2011 3:45 AM.I would appreciate any help or advise on how to achieve this with javascript.