Escaping characters in date format
-
I am trying to format the date in french using the event template tags documented here: https://docs.simplecalendar.io/event-template-tags/
I understand I am able to construct custom date formats using the same syntax as custom PHP time format.
I want my time to appear as 21h09
If I understand correctly I should format the date as G\hi but instead of the correctly formatted time, I see 210909. It seems like the plugin is ignoring the escaped h and treating it as a date/time literal.
How do I get this to work?
The page I need help with: [log in to see the link]
- The topic ‘Escaping characters in date format’ is closed to new replies.