Select to view content in your preferred language

Populate dates in survey

381
1
Jump to solution
03-04-2020 01:58 PM
SMa
by
Emerging Contributor

If I enter a date in one section of the survey, but would like this same date populated in other date types how do I do that?

0 Kudos
1 Solution

Accepted Solutions
BenTurrell
Frequent Contributor

Hey Sherry Mattice‌,

You can use this in your calculation field to format your date in different formats:

format-date(${date_Name_to_format},'%d/%m/%Y')

I've attached a simple form that shows how this works!

Thanks,

Ben


If this answer has helpful please mark it as helpful. If this answer solved your question please mark it as the answer to help others who have the same question.

View solution in original post

1 Reply
BenTurrell
Frequent Contributor

Hey Sherry Mattice‌,

You can use this in your calculation field to format your date in different formats:

format-date(${date_Name_to_format},'%d/%m/%Y')

I've attached a simple form that shows how this works!

Thanks,

Ben


If this answer has helpful please mark it as helpful. If this answer solved your question please mark it as the answer to help others who have the same question.