Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

javascript validate date format?

843838Feb 22 2007 — edited Feb 22 2007
i cant figure out how to check the format of the date, i want it to check that the date is

dd/mm/yy
			if(document.getElementById(i+"eddstartdate").value == ????)
			{
				window.alert('You Must Enter a Start Date with a valid format');
				return;
			}
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 22 2007
Added on Feb 22 2007
1 comment
307 views