Skip to main content

Good Day

Is there a way to filter the Calender Date control to olny show days  <= Current date ? 

i would like to filter out the Future dates.

This isn't possible with the calendar/date control.


No problemThank you @AMolyneux

Even though you can't stop a user from entering a date, you can use the control's changed event to check the value immediately after they enter it and then display a message or do some actions.


Thats what i have done , added validation to say if date is > current date show a message and stop rule. I was just wondering if there was a way to filter out future dates completly but its fine as is Thank you @DavidL2.

Reply