> For the complete documentation index, see [llms.txt](https://help.accentuate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.accentuate.io/metafield-definitions/fields/field-data-type/acf-field-types/date.md).

# Date

A custom field of type Date can be subject to date filters in Liquid:

```liquid
{{ product.metafields.accentuate.published_date | date: "%a, %b %d, %y" }}
```

To ensure that Liquid's date filters work as expected, consider using a universal, numbered format like 2019-09-14 for your custom field values.\
\
More info on that subject can be found in this article:

{% embed url="<https://www.shopify.com/partners/blog/liquid-date-format>" %}
