mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
1 line
323 B
JavaScript
1 line
323 B
JavaScript
!function(e){"function"==typeof define&&define.amd?define(["jquery","../jquery.validate.min"],e):"object"==typeof module&&module.exports?module.exports=e(require("jquery")):e(jQuery)}((function(e){return e.extend(e.validator.methods,{date:function(e,d){return this.optional(d)||/^\d\d?\/\d\d?\/\d\d\d?\d?$/.test(e)}}),e})); |