Copy link to clipboard
Copied
hi! i need create three fields with date of sign, first with day, second with month, and therd with sort year. I create fields
day_es_:signer1:date:format(date, "dd")
month_es_:signer1:date:format(date, "mmmm")
year_es_:signer1:date:format(date, "yy")
but all fiealds display same value - it's current year.
try
year_es_:signer1:calc(now()):format(date, "yy")
Copy link to clipboard
Copied
try
year_es_:signer1:calc(now()):format(date, "yy")