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 3 years ago