Hi, I have tried many codes among the online ones seen between youtube and here on the forum, but none seem to work. I need a code to put (tell me where) to automatically update the date. For example “July 15, 2025” but in French language. Thanks
Hey @ynguido ![]()
You can use Liquid syntax for that. Example:
{{ "now" | date: "%b %d, %y" }}
It will show the current date automatically.
You can adjust the format and language as needed.
Here’s a full list of date options:
https://shopify.github.io/liquid/filters/date/