fix date formating in logs dialog too

This commit is contained in:
j 2012-03-21 22:52:51 +01:00
parent 8b63ef87a1
commit cdd5976d32

View file

@ -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: '-',