> 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/shopify-field-types/shopify-date.md).

# Shopify » Date

A Shopify Date works similar to the ACF type Date but always stores the date in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format (YYYY-MM-DD) without a presumed timezone.\
\
A field of type Shopify » Date can be subject to date filters in Liquid:

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

Please see [Understanding Date Formats in Liquid and Shopify](https://www.shopify.com/partners/blog/liquid-date-format)
