How to convert date from ACF?

Hello,

I created ACF and try to display it on a page but I need to transform it.

{acf_shows_date} return “Sat, April 6, 2024” but I need “April 6”.

Is it possible to do something like this in Basic Text component?
{echo:format_date(‘acf_shows_date’)}

I try but now working.

I think {acf_shows_date:F j} will do the trick.
To add colon and ordinary date formatting, like used in Wordpress general setting.

Yes, thank you so much. It works :slight_smile:

1 Like