# Date format

&#x20;**Navigation:** Login with your credentials >> look for your username at the top-right corner and click on it >> click on **Settings** in the drop-down menu.

To change the date format, you can select the desired date format from the drop down menu. The selected date format is applied wherever the date picker is used in the application.&#x20;

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

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

### **Supported Date Formats**

|       | Supported Date Format | Example        |
| ----- | --------------------- | -------------- |
| **1** | dd MMMM yyyy          | 01 August 2016 |
| 2     | dd/MMMM/yyyy          | 01/August/2016 |
| 3     | dd-MMMM-yyyy          | 01-August-2016 |
| 4     | dd-MM-yy              | 01-08-2016     |
| 5     | MMMM-dd-yyyy          | August-01-2016 |
| 6     | MMMM dd yyyy          | August 01 2016 |
| 7     | MMMM/dd/yyyy          | August/01/2016 |
| 8     | MM-dd-yy              | 08-01-16       |
| 9     | yyyy-MM-dd            | 2016-08-01     |

{% hint style="info" %}

Limitations

* If the selected language is non-English, then the date format should be dd-MM-yy in order to do any transaction-based activity.
* The date format setting is applicable only to the current session. If the browser is closed and reopened or if the website is opened from another browser, then the user needs to change his preferences again.
  {% endhint %}


---

# 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.mifos.org/mifosx/user-manual/others-mifos-dropdown/settings/date-format.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.
