Changing MEC Event Date and Time Format Dynamic Content

I’m trying to add the date and time of an MEC event I created. The problem is the closest meta dynamic content code that I found is this {{dc:post:meta key="_EventStartDate"}}

The only problem is it produces this time in this format in my looper
2021-04-24 08:00:00

How can I have the time format show up as Sat April 24 at 8:00am?

Hello @santosfel5,

Thanks for writing in!

To get your issue resolved, you can use this dynamic code:
{{dc:post:meta key="_EventStartDate" type="date" format="D F d at h:ia"}}

Kindly let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.