How to set Auto-Updating Dates?

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 :waving_hand:

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:
:backhand_index_pointing_right: https://shopify.github.io/liquid/filters/date/