mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Resolve timeStyle issue found in Safari 13.1.2
This commit is contained in:
parent
cc068e9dc4
commit
b2ca7f50ad
1 changed files with 2 additions and 1 deletions
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'}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue