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(){ $('.popup > input').datepicker(); $('.popup > input').data('datepicker').picker.find('td:nth(15)').trigger('hover'); $('.component > div').datepicker({ format: 'mm-dd-yyyy' }); $('.inline').datepicker(); }; </script> </head> <body data-capture=".popup, .component, .inline > div, .datepicker"> <div class="row"> <div class="span4 popup"> <input type="text" value="08/03/2013" class="form-control"> </div> <div class="span4 component"> <div class="input-append date"> <input type="text" value="10-05-2003" readonly> <span class="add-on"><i class="icon-th"></i></span> </div> </div> <div class="span4 inline" data-date="01/03/2004"></div> </div> </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]