fean0r wrote:You input feild already offer military time (00-23), Can you explain exactly what you mean?
I found that the 'date' element works:
$form->addElement('date', 'pickup', 'Departure Date/Time:', array('format'=>'F-d H:i', 'language'=>'en', 'optionIncrement' => array('i' => 5)));
Problem solved.
Thank you for replying.
Tim