I see, I had found that out while testing a bit but something weird happens sometimes.
Here’s the metatag:
{{dc:post:meta key="wpcf-fecha-evento" type="date" }} - {{dc:post:meta key="wpcf-fecha-fin-evento" type="date"}}
The raw values are: “1743552000 - 1743638400”
the date version should be 2025-04-02 - 2025-04-03
Instead I get: https://prnt.sc/p61YUHHNWyNC (nov 20, 2000 - nov 20, 2025)
Now i’m not sure why that is but all the dates are super wrong there. I tried reoving the format and leaving only the “type” as you can see above and the problem remained.
the interesting thing is that with the format, it SOMETIMES got 1 of the 2 dates ok, but there’s always at least 1 that has something wrong. what am i doing wrong here?