remix/data-schema/coerce · FunctionView Sourcedate Summary Coerce input into a Date. Accepts: valid Date instances date strings supported by new Date(value) Signature function date(): Schema<unknown, Date> Returns A schema that produces a Date