Skip to content

Date and time formats for the en-IN locale


Feedback

The absolute format for IN can be changed to any of the supported formats. You can have only one locale for a company; therefore, for the en-IN locale, you can use only those formats that are specified on this page.

Custom formats

When provisioning a client instance through self serve, don't create a custom date-time format.

Absolute formats

The following table shows the display formats that are supported for this locale.

Format Example
dd MMM, hh:mm a 01 Jan, 12:19 AM
EEE, dd MMM, hh:mm a Mon, 19 Mar, 9:32 AM
EEE, dd MMM Mon, 19 Mar
hh:mm a 9:32 AM
EEE Mon
dd 23
yy 75
MMM Jan
MM dd 12 31
dd/MM/yyyy hh:mm:ss 31/12/2020 8:32:45
yyyy-MM-dd-HH-mm-ss 2020-12-31-08-32-45
yyyy-MM-dd 2020-12-31
MMM dd yyyy Dec 31 2020
hh:mm 21:32
a PM
MMM dd yyyy Dec 31 2020
MMM, dd Dec, 31
dd/MM/yyyy 31/12/2020
dd-MM-yyyy 31-12-2020

JSON example

This is an example of the code that you can use for the clientDateTimeConfig object in the i18nConfig array.

{
  "timeCategoryFormatMapping": {
    "disabled": false,
    "order": 10,
    "category": "time",
    "dateTimeFormat": "HH_MM_A",
    "relativeFormat": false
  },
  "dateCategoryFormatMappings": [
    {
      "disabled": false,
      "order": 10,
      "category": "date_in_curr_year",
      "dateTimeFormat": "DD_MMM_YYYY",
      "relativeFormat": false
    },
    {
      "disabled": false,
      "order": 20,
      "category": "date",
      "dateTimeFormat": "DD_MMM_YYYY",
      "relativeFormat": false
    },
    {
      "disabled": false,
      "order": 40,
      "category": "meeting_date_time_in_curr_year",
      "dateTimeFormat": "DAY_DD_MMM-TIME",
      "relativeFormat": false
    },
    {
      "disabled": false,
      "order": 50,
      "category": "date_range",
      "dateTimeFormat": "DD_MMM_YYYY",
      "relativeFormat": false
    },
    {
      "disabled": false,
      "order": 60,
      "category": "date_in_chart",
      "dateTimeFormat": "MMM_YY",
      "relativeFormat": false
    },
    {
      "disabled": false,
      "order": 70,
      "category": "meeting_date_not_in_curr_year",
      "dateTimeFormat": "DD_MMM_YYYY-TIME",
      "relativeFormat": false
    },
    {
      "disabled": false,
      "order": 90,
      "category": "month_year_in_cal",
      "dateTimeFormat": "MM_YYYY",
      "relativeFormat": false
    },
    {
      "disabled": false,
      "order": 80,
      "category": "time_range",
      "dateTimeFormat": "HH_MM_A",
      "relativeFormat": false
    },
    {
      "disabled": false,
      "order": 100,
      "category": "month_day_in_cal",
      "dateTimeFormat": "MM_DD",
      "relativeFormat": false
    }
  ]
}

Screens with dates and time

The places where a date and time are displayed on the app are listed here.

Hello

hello screen

Leads

leads

Reports

app reports

Other screens

app reports

See also


Did this page help? No help at allYes, totally!
Back to top