Hey all, I am in need of some help with a quick formatting issue. I've got the following printing out in my reports for a datetime field:
"April 18, 2024 11:08AM"
However, I only want to print the time portion. The problem is they're contained all within one variable as such:
${survey_start} and ${end_time}
How would I extract just the time of day?