Date check or constraint

I want my users to enter a date between 1-1-2015 to 1-1-2019. How do we restrict a date constraint?

(. > date("2015-01-01")) and (. < date("2019-01-01"))

You can put above code into constraint column.

Please remember to close out question threads as 'solved' once you have a solution or a satistactory answer :slight_smile: .

Best,
@iamnarendrasingh

1 Like

Thanks, brother you help