tags:

views:

54

answers:

1

Hi,

I want to validate my date field in "mm-dd-yyyy" format using jquery validation plugin. I want to display message "Please enter date in mm-dd-yyyy" if anybody vilates the date formar How will i do that ?

Thanks

+1  A: 

the dateISO validation method should do what you need.

Pekka