date
Coerces the input to a Date using
new Date().
date: (error?: StringConvertible) => DateBuilder;
Related
Schema.build.coerce static
Validation builder methods that coerce the input value to the target type.
Coerces the input to a Date using
new Date().
date: (error?: StringConvertible) => DateBuilder;