CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   JavaScript frameworks (http://www.codingforums.com/forumdisplay.php?f=62)
-   -   jQuery validation plugin won't validate date (http://www.codingforums.com/showthread.php?t=274405)

bluemonkey69 09-27-2012 09:13 AM

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!

DanInMa 10-02-2012 04:19 PM

you may want to list a link to the plugin you are using.


All times are GMT +1. The time now is 09:25 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.