forked from 0x2620/pandora
fix date formating in logs dialog too
This commit is contained in:
parent
8b63ef87a1
commit
cdd5976d32
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ pandora.ui.logsDialog = function() {
|
||||||
{
|
{
|
||||||
align: 'right',
|
align: 'right',
|
||||||
format: function(value) {
|
format: function(value) {
|
||||||
return value.replace(/[TZ]/g, ' ');
|
return Ox.formatDate(value, "%Y-%m-%d %H:%M:%S");
|
||||||
},
|
},
|
||||||
id: 'created',
|
id: 'created',
|
||||||
operator: '-',
|
operator: '-',
|
||||||
|
|
Loading…
Reference in a new issue