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').datepicker({ format: 'mm-dd-yyyy' }); }; </script> </head> <body data-capture="input, .datepicker"> <input type="text" value="02-16-2012"> </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]