Closed GoogleCodeExporter closed 9 years ago
Try...
$form->addElement(new PFBC\Element\Date("Date:", "date", array(
"required" => 1,
"description" => "Date.",
"style" => "width: 100px;",
"jQueryOptions" => array(
"dateFormat" => "yy-mm-dd"
)
)));
- Andrew
Original comment by ajporterfield@gmail.com
on 15 Jul 2011 at 3:13
solved:
$form->addElement(new PFBC\Element\Date("Date:", "date", array("required" => 1,
"description" => "Date.", "style" => "width: 100px;", "jqueryOptions" =>
array("dateFormat" => "yy-mm-dd"))));
Original comment by nuno.mr....@gmail.com
on 15 Jul 2011 at 3:14
Original issue reported on code.google.com by
nuno.mr....@gmail.com
on 15 Jul 2011 at 2:29