use simpler time format string

This commit is contained in:
rolux 2012-10-31 23:54:09 +00:00
parent 0f3a1db190
commit f91821d2e8

View file

@ -283,7 +283,7 @@ pandora.ui.usersDialog = function() {
{ {
align: 'right', align: 'right',
format: function(value) { format: function(value) {
return Ox.formatDate(value, "%Y-%m-%d %H:%M:%S"); return Ox.formatDate(value, '%F %T');
}, },
id: 'firstseen', id: 'firstseen',
operator: '-', operator: '-',
@ -294,7 +294,7 @@ pandora.ui.usersDialog = function() {
{ {
align: 'right', align: 'right',
format: function(value) { format: function(value) {
return Ox.formatDate(value, "%Y-%m-%d %H:%M:%S"); return Ox.formatDate(value, '%F %T');
}, },
id: 'lastseen', id: 'lastseen',
operator: '-', operator: '-',