Open chandrubk opened 1 year ago
@chandrubk with the current rules you could utilize the number
rules with ruleForTransformed
and Date.getTime()
Hi @chandrubk - it's a good point, I'll have a think about whether there are some built-in validators we can support for Date
objects. As a workaround for now you could use the suggestion from @bohoffi or make use of .must
to define your own custom rules 😃
How Can I do the Date Validations? I didn't find any references