summaryrefslogtreecommitdiffstats
path: root/application/forms/EventEdit.php
diff options
context:
space:
mode:
authorBjörn Geiger2011-09-08 13:45:49 +0200
committerBjörn Geiger2011-09-08 13:45:49 +0200
commiteb21e13dcdd038315d0ad1ff4941d1069af9b977 (patch)
treef01bcd0cc3e5efa56cec23f650582f6d33af8481 /application/forms/EventEdit.php
parentsome changes (diff)
downloadpoolctrl-eb21e13dcdd038315d0ad1ff4941d1069af9b977.tar.gz
poolctrl-eb21e13dcdd038315d0ad1ff4941d1069af9b977.tar.xz
poolctrl-eb21e13dcdd038315d0ad1ff4941d1069af9b977.zip
kleine korrekturen
Diffstat (limited to 'application/forms/EventEdit.php')
-rw-r--r--application/forms/EventEdit.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/application/forms/EventEdit.php b/application/forms/EventEdit.php
index 688af4a..379832a 100644
--- a/application/forms/EventEdit.php
+++ b/application/forms/EventEdit.php
@@ -102,6 +102,7 @@ class Application_Form_EventEdit extends Zend_Form
'filters' => array('StringTrim'),
'validators' => array(
array('StringLength', false, array(0, 16)),
+ array('Date', false, array('format' => 'mm/dd/yyyy H:i')),
),
'required' => true,
'label' => 'Start (mm/dd/yyyy H:min):',
@@ -112,6 +113,7 @@ class Application_Form_EventEdit extends Zend_Form
'filters' => array('StringTrim'),
'validators' => array(
array('StringLength', false, array(0, 16)),
+ array('Date', false, array('format' => 'mm/dd/yyyy H:i')),
),
'required' => true,
'label' => 'End (mm/dd/yyyy H:min):',