# Configure Date Format

It is possible to define the date format you wish to use in Limio components across the Limio shop flow. To configure this follow the steps below.

1\. Navigate to the settings tab in the Limio Console

<figure><img src="/files/wHrPLFi1GRBwkoluG5OO" alt=""><figcaption></figcaption></figure>

2\. Navigate to Localisation

<figure><img src="/files/v0Yu0nrcldGaahVP9Y3e" alt=""><figcaption></figcaption></figure>

3\. Select the format you want to use and click save

<figure><img src="/files/36aYcYWBfQnd7zjA8rjl" alt=""><figcaption></figcaption></figure>

#### **Formats explained:**

{% hint style="info" %}
If no format is selected, the components will default to use the locale date, in the short format. E.g US and CA will display as MM/DD/YYY i.e. 07/24/2023. However, improper config of the date can result in inconsistency across dates in Limio, Limio for Salesforce, and Zuora. To ensure dates are consistent, we recommend you choose one of the date formats defined in the table.
{% endhint %}

| Short Date               | DD/MM/YYYY e.g. 23/02/1994                   |
| ------------------------ | -------------------------------------------- |
| Abbreviated date         | Abbreviated month DD, YYYY e.g. Feb 23, 1994 |
| Full date                | Month DD, YYYY e.g. February 23, 1994        |
| English abbreviated date | DD Abbreviated month YYYY e.g. 23 Feb 1994   |
| Short date (US)          | MM/DD/YYYY e.g. 02/23/1994                   |


---

# 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://docs.limio.com/product/settings/how-to-set-up-localisation/how-to-configure-the-date-format-in-limio-components.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.
