alechill / livevalidation

Open source javascript library for slick, powerful, and easy client-side validation.
http://livevalidation.com
Other
151 stars 57 forks source link

cusom validations #5

Open tikoovivek opened 13 years ago

tikoovivek commented 13 years ago

please help i was trying custom validations for fields for comparing dates in two input fields it worked but i could not create a global function for it each time i have to create new one to compare dates please help with a example how to use custo validation on input fields

stephenlawuk commented 13 years ago

I would also be interested in this as I have been trying to do something similar with no luck although with a DateTime fields instead of just a date.

mcordingley commented 13 years ago

Can either of you provide pseudo-code illustrating what you're trying to do? I think it may be possible to add a date validator, since it is probably a common application for the Custom validation option.

mcordingley commented 13 years ago

Scratch that. Pull request sent for date validation.