[solved] CGCalendar - how to diplay weekday name?
Posted: Fri Aug 19, 2022 4:12 pm
We CGCalendar template like this:
{if $event.event_date_start|date_format:"%d%m%Y" == $event.event_date_end|date_format:"%d%m%Y"}
---
This displays in frontend: "Date: 14.09.2022 08:00h "
What to ad to the template to make it like this: Datum: Wednesday 14.09.2022 08:00h or better Datum: "We. 14.09.2022 08:00h" with abbreviation of the weekday name.
Thx
MAP
{if $event.event_date_start|date_format:"%d%m%Y" == $event.event_date_end|date_format:"%d%m%Y"}
---
This displays in frontend: "Date: 14.09.2022 08:00h "
What to ad to the template to make it like this: Datum: Wednesday 14.09.2022 08:00h or better Datum: "We. 14.09.2022 08:00h" with abbreviation of the weekday name.
Thx
MAP