You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Alarm support
This commit is contained in:
@@ -10,6 +10,10 @@ let time = {
|
||||
return (new Date()).getTime();
|
||||
},
|
||||
|
||||
unixMsToObject(ms) {
|
||||
return new Date(ms);
|
||||
},
|
||||
|
||||
unixMsToS(ms) {
|
||||
return Math.floor(ms / 1000);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user