Min
Checks if the given date is the same or after the expected date
import Schema from "@rapidom/schema";
const Validator = Schema.date().min(new Date("2020-02-02"));
Last updated
Was this helpful?
Checks if the given date is the same or after the expected date
import Schema from "@rapidom/schema";
const Validator = Schema.date().min(new Date("2020-02-02"));
Last updated
Was this helpful?