Checks if the given value is a Date object in the past.
Beware that the behaviour of this check depends on the current time and can thus be difficult to test.
// Ensure the value is in the past.@PastDate()created: Date Copy
// Ensure the value is in the past.@PastDate()created: Date
Optional
Generic class-validator options.
Checks if the given value is a Date object in the past.
Beware that the behaviour of this check depends on the current time and can thus be difficult to test.
Example