Help

Date formate in a formula

Topic Labels: Formulas
Solved
Jump to Solution
835 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Stephanie_Wimbe
4 - Data Explorer
4 - Data Explorer

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… image

Can somebody help?

1 Solution

Accepted Solutions
Jeremy_Oglesby
14 - Jupiter
14 - Jupiter

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')...

See Solution in Thread

2 Replies 2
Jeremy_Oglesby
14 - Jupiter
14 - Jupiter

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')...

Great - this works, thanks!!