Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

date formater don't work

New Here ,
Oct 03, 2017 Oct 03, 2017

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

18gK8nd.png

but all fiealds display same value - it's current year.

wLZcMqK.png

335
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Oct 06, 2017 Oct 06, 2017

try

year_es_:signer1:calc(now()):format(date, "yy")

Translate
Adobe Employee ,
Oct 06, 2017 Oct 06, 2017
LATEST

try

year_es_:signer1:calc(now()):format(date, "yy")

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines