Date
Checks if the given value is a valid date
import Schema from "@rapidom/schema";
const Validator = Schema.date();
Last updated
Was this helpful?
Checks if the given value is a valid date
import Schema from "@rapidom/schema";
const Validator = Schema.date();
Last updated
Was this helpful?