Has anyone had to used time variables in substitution keywords?
I’ve got a form with a date field DATETIME and am using two substitution keywords to present the date and time on an action template. Date works fine but I’m having trouble formatting the time as either 24 hour clock or with an AM/PM label.
$date.format('hh:mm',$new.event.W("DATETIME")) is presenting the time correctly, in the format 11:00. In the context of the related action template I really need to specify 23:00 or 11:00 PM.
Does anyone have any ideas?