Skip to main content
Nintex Community Menu Bar

Nintex rule to find the difference between time selected in dropdowns

  • February 27, 2020
  • 1 reply
  • 7 views

Forum|alt.badge.img

I have two dropdowns in which i put time options to select 

for eg:

From    09:30   and    To     11:45

I need to validate the selected To time should be greater than From time.

The dropdowns contains options from 00:00........23:59

Can anyone help me to set a rule for validation. 

NB: I am using nintex responsive forms in which we can not add any custome javascript.

 

1 reply

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • February 27, 2020

Could you use a validation rule such as greaterThan(value1, value2) which returns true if value 2 is greater than Value 1?