Page 1 of 1

Date

Posted: Thu Apr 25, 2019 5:31 am
by DavinPore05
How to set a current date on the text

Re: Date

Posted: Thu Apr 25, 2019 8:26 pm
by amosbatto
Create a text or datetime field in your Dynaform which is associated with a variable named "currentDate".
Then, create the following trigger:
Code: Select all
@@currentDate = getCurrentDate() . ' ' . getCurrentTime();
Set this trigger to fire before the Dynaform.

See: https://wiki.processmaker.com/3.2/Datet ... _variables