Skip to main content
Nintex Community Menu Bar

Nintex Forms, SharePoint 2013, Date Field - Validate that Date Chosen is not Today

  • November 6, 2020
  • 1 reply
  • 21 views

Forum|alt.badge.img+2
Hello Community, I am working with Nintex Forms in SharePoint 2013, and I want to create a validation check for a Date field. I need the field to throw a validation error if the user enters a date that is less than or equal to today, so the pseudo logic would look like this: If Date <= Today Then Invalid These are the types of validation codes I've used (but so far nothing has worked): {Self}<=TODAY DateField<=TODAY Has anyone else solved this kind of issue before? If so please provide guidance and code examples. Thanks! Tom

1 reply

Forum|alt.badge.img+11
  • Scholar
  • November 6, 2020

Control validation or  maybe rule validation =lessThan(your controlnameCurrent Date)

 

9401iD2EE607329ED9FBD.png