mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 14:55:48 +00:00
Resolve timeStyle issue found in Safari 13.1.2
This commit is contained in:
3
dev/prototype.js
vendored
3
dev/prototype.js
vendored
@@ -10,7 +10,8 @@
|
||||
// medium = Dec 12, 2022, 12:16:21 PM
|
||||
// short = 12/12/22, 12:16 PM
|
||||
let formats = {
|
||||
LT : {timeStyle: 'short'},
|
||||
// LT : {timeStyle: 'short'}, // Issue in Safari
|
||||
LT : {hour: 'numeric', minute: 'numeric'},
|
||||
LLL : {dateStyle: 'long', timeStyle: 'short'}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user