diff app/view/grid/Status.js @ 630:73b5b22a5b76

Column zu datecolumn gemacht
author Dustin Demuth <dustin@intevation.de>
date Mon, 16 Mar 2015 12:50:40 +0100
parents 89b337cbfb5d
children 1c5a4b419149
line wrap: on
line diff
--- a/app/view/grid/Status.js	Mon Mar 16 12:41:41 2015 +0100
+++ b/app/view/grid/Status.js	Mon Mar 16 12:50:40 2015 +0100
@@ -94,10 +94,12 @@
         }, {
             header: 'Datum',
             dataIndex: 'sdatum',
+            xtype: 'datecolumn',
+            format: 'd.m.Y H:i',
             editor: {
                 xtype: 'datefield',
                 allowBlank: false,
-                format: 'd.m.Y',
+                format: 'd.m.Y H:i',
                 maxValue: Ext.Date.format(new Date(), 'd.m.Y')
             }
         }, {

http://lada.wald.intevation.org