# 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>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.accentuate.io/metafield-definitions/fields/field-data-type/acf-field-types/date.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
