Checks if the given date is before or the same expected date
import Schema from "@rapidom/schema"; const Validator = Schema.date().max(Date.now());
Last updated 3 years ago