> For the complete documentation index, see [llms.txt](https://docs.mifos.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mifos.org/mifosx/user-manual/others-mifos-dropdown/settings/date-format.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mifos.org/mifosx/user-manual/others-mifos-dropdown/settings/date-format.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
