Use more readable datetime tooltip format in activity log
This commit is contained in:
@@ -252,6 +252,12 @@ app.filter('prettyDate', function () {
|
||||
};
|
||||
});
|
||||
|
||||
app.filter('prettyLongDate', function () {
|
||||
return function prettyLongDate(time) {
|
||||
return moment(time).format('MMMM Do YYYY, h:mm:ss a');
|
||||
};
|
||||
});
|
||||
|
||||
app.filter('markdown2html', function () {
|
||||
var converter = new showdown.Converter({
|
||||
extensions: ['targetblank'],
|
||||
|
||||
Reference in New Issue
Block a user