intl.regional_prefs.use_os_locales = true
(default: Regional Settings locale)intl.regional_prefs.use_os_locales = false
(modified: Application locale)01/02/2022, 12 PM
02.01.2022, 12:00
intl.date_time.pattern_override.date_short
intl.date_time.pattern_override.date_medium
intl.date_time.pattern_override.date_long
intl.date_time.pattern_override.date_full
intl.date_time.pattern_override.time_short
intl.date_time.pattern_override.time_medium
intl.date_time.pattern_override.time_long
intl.date_time.pattern_override.time_full
intl.date_time.pattern_override.date_short
and intl.date_time.pattern_override.time_short
. For example, these preferences are used to construct the date/time stamps in message reader, in combination with intl.date_time.pattern_override.connector_short
described below.≡ > Preferences > General > [Config Editor...]
button at the very bottom.intl.date_time.pattern_override.date_short
As the pref does not exist, it will show up in the results list as a new pref which you can create by first selecting (o) String
and then using the the [+]
button. It will then ask you for a value, and you can enter yyyy-MM-dd
(you can always edit the value again later). Then do the same by analogy for intl.date_time.pattern_override.time_short
.intl.date_time.pattern_override.connector_short
.{1}
{0}
intl.date_time.pattern_override.connector_short
= {1} {0}
(single space between placeholders) Result for the short date and short time combination (as used in message display): 2021-06-24 21:00
intl.date_time.pattern_override.connector_short
= {1}'T'{0}
Result for the short date and short time combination: 2021-06-24T21:00