0.3.3 • Published 6 years ago
foopicker-adp v0.3.3
FooPicker
Pure JavaScript Datepicker
- Lightweight (6.2KB minified)
- Zero dependencies

Instructions
Bower
bower install foopickerOther
Download the latest code and include both foopicker.css and foopicker.js in your page and then bind foopicker to an input field
<input type="text" id="datepicker">Add the following JavaScript code before closing the body tag
<script>
var foopicker = new FooPicker({
id: 'datepicker'
});
</script>"# foopicker-adp"
0.3.3
6 years ago