Skip to main content
Nintex Community Menu Bar

How to Filter the date Control

  • August 18, 2022
  • 4 replies
  • 24 views

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.

4 replies

Forum|alt.badge.img+2
  • Novice
  • August 18, 2022

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


  • Author
  • August 18, 2022
No problemThank you @AMolyneux

  • Nintex Employee
  • August 18, 2022

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.


  • Author
  • August 19, 2022
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.