budibase icon indicating copy to clipboard operation
budibase copied to clipboard

Database Date constraints for current time(s)

Open mikesealey opened this issue 9 months ago • 1 comments

Describe the feature request Currently the constraints for Dates in the database will only allow min/max value for a specific date. I would like to add some sort of constraint for min/max value (or earliest/latest date) of today, or today +/- n days

For example, I want to force a user to pick a date in the past, or pick a date more than 7 days in the past.

This can be done with some javascript in front-end form custom validation , but not in the database itself.

Screenshots If applicable, add screenshots to help explain your problem.

mikesealey avatar Apr 29 '24 15:04 mikesealey