These settings are available in system.settings and are autogenerated from source.
formatdatetime_e_with_space_padding
Type
Bool
Default
0
Version history
| Version | Default value | Comment |
|---|---|---|
| 25.5 | 0 | Improved compatibility with MySQL DATE_FORMAT/STR_TO_DATE |
Formatter ‘%e’ in function ‘formatDateTime’ prints single-digit days with a leading space, e.g. ’ 2’ instead of ‘2’.
formatdatetime_format_without_leading_zeros
Type
Bool
Default
0
Formatters ‘%c’, ‘%l’ and ‘%k’ in function ‘formatDateTime’ print months and hours without leading zeros.
formatdatetime_parsedatetime_m_is_month_name
Type
Bool
Default
1
Version history
| Version | Default value | Comment |
|---|---|---|
| 23.4 | 1 | Improved compatibility with MySQL DATE_FORMAT/STR_TO_DATE |
Formatter ‘%M’ in functions ‘formatDateTime’ and ‘parseDateTime’ print/parse the month name instead of minutes.