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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -