This commit is contained in:
Yuri Kuznetsov
2023-06-18 17:21:20 +03:00
parent 0ba9130e96
commit 9955da3521

View File

@@ -86,13 +86,13 @@ class DateTime {
*/
weekStart = 1
/** @private */
/** @private */
readableDateFormatMap = {
'DD.MM.YYYY': 'DD MMM',
'DD/MM/YYYY': 'DD MMM',
}
/** @private */
/** @private */
readableShortDateFormatMap = {
'DD.MM.YYYY': 'D MMM',
'DD/MM/YYYY': 'D MMM',