slimndap/wp-theatre

Using a comma in the date format gives wrong output

slimndap opened this issue · 1 comments

{{ datetime|date( l, F jS, Y ) }} is only returning 'Friday' where it should be 'Friday, June 8th, 2018'.

No fix, but you can use this workaround: {{ datetime|date( l, F jS, Y ) }}.