How to block date

I have 2 columns “Start Date” & “End Date”

Here’s the case

if user selects start date on 20th Jan 2022, that user can only select end date AFTER 20th jan 2022

how to do this ? i know there is a feature “today or earlier” but this is not enough

@Darren_Murphy @ThinhDinh

Only possible with a Custom Form.

Both dates would be written to user specific columns, then you could compare them and take appropriate action; ie. show a warning and/or prevent form submission.

PS. You don’t need to tag me (or anyone else) when asking questions. In fact, some people might consider that rude. You can assume that most of us regulars read all questions, and if we have something to contribute, we will.

2 Likes

not possible in Glide yet, you need to build your own event picker:

1 Like