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.