You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Mobile: Added status info to view active alarms
This commit is contained in:
@ -55,7 +55,8 @@ class Time {
|
||||
return moment.unix(ms / 1000).format('DD/MM/YYYY HH:mm');
|
||||
}
|
||||
|
||||
formatMsToLocal(ms, format) {
|
||||
formatMsToLocal(ms, format = null) {
|
||||
if (format === null) format = this.dateTimeFormat();
|
||||
return moment(ms).format(format);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user