Open SebConejo opened 2 months ago
Description:
We need to add two validators, MinDate and MaxDate, to validate date and time properties. These should support both date (YYYY-MM-DD) and timestamp formats, which include the time in `YYYY-MM-DDTHH:mm:ssZ format.
MinDate
MaxDate
YYYY-MM-
Examples:
MinDate: '2024-01-01T00:00:00Z' MaxDate: '2024-01-01'
Tasks:
Description:
We need to add two validators,
MinDate
andMaxDate
, to validate date and time properties. These should support both date (YYYY-MM-
DD) and timestamp formats, which include the time in `YYYY-MM-DDTHH:mm:ssZ format.Examples:
Tasks: