Date Formatting with Responsive Forms


Badge +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

Badge +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

Badge +5

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 -)?

Badge +5

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.

Reply