mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Cleaned up time formatting
This commit is contained in:
parent
0a8dcaaf16
commit
b0c45aef50
4 changed files with 13 additions and 10 deletions
|
@ -61,11 +61,6 @@ define(
|
|||
return '';
|
||||
}
|
||||
|
||||
var date = moment(input);
|
||||
if (date.format('mm') === '00') {
|
||||
return date.format('ha');
|
||||
}
|
||||
|
||||
return date.format('h:mma');
|
||||
return moment(input).format(UiSettings.time(false));
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue