Hello,
I am concatenating a training name with a date and time. I want the time to be in 12 hour format with AM/PM on the end. Can someone help me out?
Here is the code I have so far:
| concat(${training_idname}, ' - ', concat((format-date(${training_date}, '%m%d%Y')),' @ ', (format-date(${start_time}, '%H:%M')))) |
Thanks,
Ryan