Your Account
Community
Topics (Upcoming)
More |
View story
Symfony ???time??? input field
http://feeds.feedburner.com/~r/symfony/~3/349979342/
Submitted by
narko
4 weeks, 20 hours ago Unless I’m just going blind, there is no mention of this in the manual, but if you want to have a dropdown on your form for someone to input a time, there is a helper for it… just use:
echo select_time_tag ( 'cutover_time' , 'now' ) ;
The first arg is the name for the field, the second is the time to display...
Tags: none
|