mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Cleaned up time formatting
This commit is contained in:
@@ -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));
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user