I have a form where the user enters a date, but they can enter ANY date that they want. In reality, this date (in my case) should be limited to current and future dates, and another field should be limited to only dates after the entry of the first field. (The fields are a start and end date.)
I would love the ability to limit these fields. The following options for limitations seem to make sense to me:
- Only future
- Only past
- Only before/after the entry to another field
- Only before/after a specific date
Each of these should also have an option as to whether or not to include today's date in their range (or in the case of the last 2, whether or not to include the selected date)