The included date methods are barely useful. Depending on your needs, you're probably better off writing your own methods. You could use the datejs.com library for the date parsing stuff.
Jörn On Tue, Dec 23, 2008 at 10:37 PM, Luke Adamis <lada...@ebeacon.com> wrote: > > hello all, > I have a date filed that needs to be validated only for one type of date > format: mm/dd/yyy. > http://bassistance.de/jquery-plugins/jquery-plugin-validation/ > the validate plugin's date() method validates all sorts of date formats. > is there a way to restrict that to only one format? > do I need to write my own rule for that? > thanks > Luke > >