I’m pulling the time of a post using a custom consumer to pull a date from a database:
This is what dynamic code I’m using to pull the date.
{{ looper.field({"key":"time"}) }}
I’m trying to format this date as February 19, 2025, which is format="F j, Y"
in Twig it should be "format":"F j, Y"
How do I format {{ looper.field({"key":"time"}) }}
so it displays in the format F j, Y?