I came accross this post: API Weather App Example and Suggestions where this documentation is mentioned: https://theme.co/docs/dynamic-content#formatting
Does this still work? Because I try to format a unix timestamp but it doesn’t convert the date, but rather takes the current date-time.
What I have is this:
String is 1725096322
as a looper.
I call it with {{dc:looper:item}}
. So far so good. When I change it to {{dc:looper:item type="date"}}
or {{dc:looper:item type="date" format="d F Y"}}
it outputs the current date-time instead of the string (currently 07-06-2024) instead of 31-08-2024.
Am I doing something wrong here?