Is there a way to use date suffix with Ditto? Such as 18th, 23rd etc? I am using phx and ditto just now but it’s not quite working.
I have
phx:EventDate
return strftime($options, strtotime($output));
but that didn’t work as I hoped. Anyone know how to get that working with Ditto?
Thanks!