You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered: