Pman.Tab.AdminNotify.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 5 Jun 2012 04:17:23 +0000 (12:17 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 5 Jun 2012 04:17:23 +0000 (12:17 +0800)
Pman.Tab.AdminNotify.js

Pman.Tab.AdminNotify.bjs
Pman.Tab.AdminNotify.js

index bc610c3..7c8e781 100644 (file)
                             "sortable": true,
                             "width": 100,
                             "xtype": "ColumnModel",
-                            "|renderer": "function(v,x,r) {\n    if (r.data.event_id *1 == 0) {\n        return '';\n    }\n     return String.format('{0}', v ? v.format('d/M/Y') : '');\n  }",
+                            "|renderer": "function(v,x,r) {\n    if (r.data.event_id *1 == 0) {\n        return '';\n    }\n     return String.format('{0}', v ? v.format('d/M/Y H:i:s') : '');\n  }",
                             "|xns": "Roo.grid"
                         },
                         {
index 4a5514a..f8ec7b5 100644 (file)
@@ -276,7 +276,7 @@ Pman.Tab.AdminNotify = new Roo.XComponent({
                             if (r.data.event_id *1 == 0) {
                                 return '';
                             }
-                             return String.format('{0}', v ? v.format('d/M/Y') : '');
+                             return String.format('{0}', v ? v.format('d/M/Y H:i:s') : '');
                           }
                     },
                     {