PATH:
home
/
letacommog
/
crmleta
/
libraries
/
bootstrap
/
js
/
eternicode-bootstrap-datepicker
/
docs
/
_screenshots
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="script/common.css"> <script src="script/common.js"></script> <script> function setup(){ $('.input-daterange').datepicker({ format: 'yyyy-mm-dd' }); }; </script> </head> <body data-capture=".input-daterange, .datepicker" data-show="input:first, input:last"> <form class="form-horizontal"> <div class="input-daterange span5"> <input type="text" class="input-small" value="2012-04-05" /> <span class="add-on">to</span> <input type="text" class="input-small" value="2012-04-19" /> </div> <div class="input-daterange span5"> <input type="text" class="input-small" value="2012-04-05" /> <span class="add-on">to</span> <input type="text" class="input-small" value="2012-04-19" /> </div> </form> </body> </html>
[+]
..
[-] option_calendarweeks.html
[edit]
[-] option_daysofweekdisabled.html
[edit]
[-] markup_input.html
[edit]
[-] option_clearbtn.html
[edit]
[-] option_todaybtn.html
[edit]
[-] option_todayhighlight.html
[edit]
[-] markup_inline.html
[edit]
[-] option_weekstart.html
[edit]
[-] option_enddate.html
[edit]
[+]
script
[-] option_multidate.html
[edit]
[-] markup_component.html
[edit]
[-] option_startdate.html
[edit]
[-] demo_head.html
[edit]
[-] markup_daterange.html
[edit]
[-] option_language.html
[edit]