The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Apr 30, 2020 05:47 AM
Hi people :grinning_face_with_big_eyes:
I am trying to create a concatenate formula including a date-field.
The date i the field is set to ‘european format’. But when I use it in the concatenate-formula, it gives me a different format and the hours as well…
Can somebody help?
Solved! Go to Solution.
Apr 30, 2020 09:04 AM
In your formula for the “Name” field, at the section where you bring in the date, surround the date being pulled in with this:
... DATETIME_FORMAT(<< your date >>, 'M/D/YYYY')...
Apr 30, 2020 09:04 AM
In your formula for the “Name” field, at the section where you bring in the date, surround the date being pulled in with this:
... DATETIME_FORMAT(<< your date >>, 'M/D/YYYY')...
Apr 30, 2020 10:06 AM
Great - this works, thanks!!