twitter bootstrap - Laravel4 - A calendar inside a form -


i have make form among other fields have include calendar user can select arrival date , outgoing date. how can laravel4, , retrive data? thank much!

if using twitter bootstrap can make date picker calendar using http://www.eyecon.ro/bootstrap-datepicker/

then can retrieve selected value using $date = input::get('selected_date'); selected_date input field name.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -