mnfst / manifest

A Whole Backend That Fits Into 1 YAML file. ⭐ to support the project !
https://manifest.build
MIT License
887 stars 51 forks source link

Add MinDate and MaxDate Validators for Date Validation #156

Open SebConejo opened 2 months ago

SebConejo commented 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.

Examples:

MinDate: '2024-01-01T00:00:00Z'
MaxDate: '2024-01-01'

Tasks: