Select to view content in your preferred language

Date Field not showing on my Instance_Name

318
2
05-11-2023 09:11 AM
Babcock_Kristen_L
New Contributor III

Hi!  I'm attempting to have my instance_name include my site  name and the date the survey was collected.  This is what I have in my instance_field:

concat(${WorkDate}," ", ${SiteName})

 

The site name always comes through fine, but the date is just this long list of numbers.

Babcock_Kristen_L_0-1683821215260.png

Maybe the date field is too long? it shows up as the day, month, day of month and year. I don't really need day, but I don't know how to change it.

Any help would be greatly appreciated.

0 Kudos
2 Replies
DougBrowning
MVP Esteemed Contributor

Maybe becuase its a date.  Have you tried putting string() around the date field?

0 Kudos
MobiusSnake
MVP Regular Contributor

Use something like this:

 

 

format-date(${my_date},'%b-%d/%H:%M')