# Datetime Configuration

Anda dapat mengubah tampilan waktu dan tanggal di seluruh halaman live agent report agar sesuai dengan format tanggal yang dipilih organisasi Anda. Untuk mengubah format waktu dan tanggal untuk seluruh halaman Anda.

Pergi ke menu ***analytic*** dan klik menu ***live agent***. Pada sudut kanan atas, klik ikon *'configuration'*  '![](https://docs.3dolphins.ai/wp-content/uploads/2020/05/26-4.png)'. Sebagai contoh, pilih date format 'dd MMMM yyyy', time format 'HH:mm:ss', enable time dan klik button ***'Apply'***, seperti gambar dibawah ini.

![Datetime Configuration](/files/-MTAMZEGFF4oGAOgxEIR)

Konfigurasi format tanggal pada live agent report 3Dolphins menggunakan class Java SimpleDateFormat. Buka Java SimpleDateFormat untuk melihat semua value yang diizinkan, atau gunakan salah satu contoh format umum di bawah ini.

| Format          | Example            |
| --------------- | ------------------ |
| dd/MM/yyyy      | 20/04/2020         |
| dd-MM-yyyy      | 20-04-2020         |
| dd MMMM yyyy    | 20 April 2020      |
| dd MMMM yy      | 20 April 20        |
| E, dd MMMM yyyy | Mon, 20 April 2020 |
| MMMM dd, yyyy   | April 20, 2020     |
| HH:mm           | 09:35              |
| HH:mm:ss        | 09:35:03           |
| hh:mm:ss a      | 09:35:03 AM        |
| hh:mm a         | 09:35 AM           |


---

# 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.3dolphins.ai/5.1.x-1/analytic/live-agent/datetime-configuration.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.
