I thought I found it but unfortunately not.
No need to go into the code!
You can do it like this:
{{datetime|date('j F Y')}}
So, to create a list of upcoming events:
[wpt_events]{{title}} {{datetime|date('j F Y')}} {{tickets}}[/wpt_events]
See: https://github.com/slimndap/wp-theatre/wiki/Shortcodes
got it thanks. I had removed the ‘ by date.
Is this also possible for artists? Can I change seasons into artists and productions into gigs (translate it myself into Dutch)?
You could do this by altering the language file (with Poedit).
But you the idea of this plugin is to use it like this:
production = artist
event = gig
Jeroen, can this date_format also be done with the shorcode {{date}}?
Ik split the date and time due to formatting purposes.
The shortcode {{date|date('j F Y')}} doesn’t seem to work.
Pieter, can you send me a full example of your code?