Mercurial > lada > lada-client
diff app/view/form/Messprogramm.js @ 793:d4eb8fb99b5e
Serialising GueltigVon and GueltigBis natively with Ext
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 13 May 2015 16:01:24 +0200 |
parents | 442e7bd290dc |
children | b8fd43021c29 |
line wrap: on
line diff
--- a/app/view/form/Messprogramm.js Wed May 13 13:00:13 2015 +0200 +++ b/app/view/form/Messprogramm.js Wed May 13 16:01:24 2015 +0200 @@ -246,7 +246,7 @@ labelWidth: 90, anchor: '100%', name: 'gueltigVon', - format: 'd.m.Y H:i', + format: 'd.m.Y', period: 'start' }, { xtype: 'datetime', @@ -254,7 +254,7 @@ labelWidth: 90, anchor: '100%', name: 'gueltigBis', - format: 'd.m.Y H:i', + format: 'd.m.Y', period: 'end' }, { xtype: 'numberfield',