added timepicker to add show form.

This commit is contained in:
Naomi 2011-01-28 18:24:52 -05:00
parent 38b01ea43f
commit 476cf99019
5 changed files with 884 additions and 1 deletions

View file

@ -49,6 +49,7 @@ class Application_Form_AddShowWhen extends Zend_Form_SubForm
}
/*
public function postValidation(array $formData) {
$now_timestamp = date("Y-m-d H:i:s");
@ -64,6 +65,7 @@ class Application_Form_AddShowWhen extends Zend_Form_SubForm
return true;
}
*/
}