Combining validation methods in jQuery Validation plugin with “or” instead of “and”
问题 In the jQuery Validation plugin there are a couple of methods that do the same thing, but for different locales, for example dateISO and dateDE , that both validate date formatting. How do I combine these so that the input element accepts either ? Let's say I have an <input type="text" name="dateInput" id="dateInput" /> in my form, and I want to allow users to enter only dates in this field. However, I want to allow for several different date formats - for example, the user should be able to