Date functionality in nintex

  • 3 January 2018
  • 1 reply
  • 2 views

Badge +2

Two date fields (Start Date and End Date) with validation that End Date cannot be less than Start Date.  End Date should be disabled until a valid date was entered in Start Date (666/5630/9999 is an invalid date.How to accomplish this date field?

Thanks in advance


1 reply

Badge +9

Write one validation rule and formatting rule like below.

211874_pastedImage_2.png                   211870_pastedImage_1.png

211876_pastedImage_4.png     211879_pastedImage_7.png

211875_pastedImage_3.png                                  211883_pastedImage_11.png

Initially When you start typing 666 'End Date' will be in disabled only, but when you type '/' it will enable. Because date will accept '/' symbol, it is expecting user will enter a date (accept only mix of numbers and '/' symbol). Any how it will validate it self whether entered date is a valid date or not after clicking save button.

211881_pastedImage_9.png 211882_pastedImage_10.png

If you want to check whether the entered format is date or not, you can use text box instead date field.

Reply