Skip to main content
Nintex Community Menu Bar

Date Formatting with Responsive Forms

  • June 11, 2018
  • 3 replies
  • 35 views

Forum|alt.badge.img+5

I have a control for the current date. I also have a control for an activation date. I would like the activation date to auto-populate with a date at least three days in the future of the current date. Can I do this on a responsive form?

Thank you.

3 replies

Forum|alt.badge.img+5

As far as I know you cannot set default value for a datetime field in a Nintex responsive form.

You have two options:

1- using Nintex workflow, and then Calculate Date Action. 

2- SharePoint Calculated column and using this formula: =Created+3


Forum|alt.badge.img+5
  • Author
  • August 9, 2018

Thank you for the response. Do you think a similar formula would work to find X days prior to a particular date (replacing the + with a -)?


Forum|alt.badge.img+5
  • August 27, 2018

What would like to achieve? In Nintex form there is dateAddDays() and fn-DateDiffDays() for date calculation (runtime function/inline function). or you can add days in sharePoint calculated column.