我希望在 ctp 时间下拉列表中显示默认时间为上午 9:00。以下是我的 ctp 代码:
<?php
echo $this->Form->input('Rideoffer.DepartureTime', array(
'type' => 'time',
'interval' => 5
));
?>
我怎么做?