Add MaxDate and MinDate properties to avoid selecting dates out of range. Examples:
Avoid selecting dates in the past:
Datepicker1.MinDate: Today()
Set maximum selectable date to 1 year in the future since today:
Datepicker1.MaxDate: DateAdd( Today(), 1, Years )
Attached image shows what it would look like MinDate property 🙂
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Updating status and adding @FilipK