如何使用Rich Harrison的验证插件验证日期字段日期?

时间:2015-12-21 15:09:19

标签: jquery validation

我正在使用Rich Harrison的validate.js库:

http://rickharrison.github.io/validate.js/

我有疑问,我需要验证日期字段格式,格式为DD / MM / YYYY

这是JS代码:

name: 'date-birth',
display: 'Date of Birth',
rules: 'required|max_length[10]'

我已经看到了下一个功能:greater_than_dateless_than_dategreater_than_or_equal_dateless_than_or_equal_date

我该怎么做?

0 个答案:

没有答案