View Single Post
Old 09-27-2012, 09:13 AM   PM User | #1
bluemonkey69
New to the CF scene

 
Join Date: Jun 2011
Posts: 6
Thanks: 1
Thanked 0 Times in 0 Posts
bluemonkey69 is an unknown quantity at this point
jQuery validation plugin won't validate date

I am using the plugin with success with all my form fields except the date. I can input any number and it will validate as true. Here is the rule I'm using:

registration_date: {
required: true,
date: true
}

I notice that on the plugin site, the same is true. Am I overlooking something?

Thanks!
bluemonkey69 is offline   Reply With Quote