mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
fix docs
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user