silverstripe-userforms/client/dist/js/jquery-validation/localization/methods_pt.min.js
2023-01-31 11:20:28 +13:00

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}));