changeset 630:73b5b22a5b76

Column zu datecolumn gemacht
author Dustin Demuth <dustin@intevation.de>
date Mon, 16 Mar 2015 12:50:40 +0100
parents c58663165090
children b8d55860824d
files app/view/grid/Status.js
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
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