Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要一个下拉列表,用户可以在其中选择任何 15 分钟增量的小时/分钟值,例如:
我怎样才能最好地做到这一点?
使用interval选项。从书中:
interval
echo $this->Form->input('Model.time', array('type' => 'time', 'interval' => 15));
书:http ://book.cakephp.org/1.3/en/view/1390/Automagic-Form-Elements