The date method just uses the native Date object to check for a valid date. Depending on your application, you should probably write your own date validation method - take a look at the existing methods for a reference.
Documentation for writing custom methods is here: http://docs.jquery.com/Plugins/Validation/Validator/addMethod Jörn On Tue, Dec 2, 2008 at 6:24 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi , > First of all, Thanks for an awesome validation plugin :D > I've used bassistance.de validation plugin version 1.4 and 1.5 and > it's working fine on IE and Firefox. > Just recently I've found that date validation isn't working properly > on Safari. > On Safari, it seems it's validated against American date format, so if > I type in 10/02/2008 this is valid, but 14/02/2008 is invalid and it > throw an error and won't let me submit the form. > There's no problem on IE and Firefox, 14/02/2008 is valid and the form > can be submitted. > > Anybody have this same problem? > Any way around it? > > Thanks > > Be >

