Skip to content

aadil59/foopicker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FooPicker

Pure JavaScript Datepicker

  • Lightweight (6.2KB minified)
  • Zero dependencies

FooPicker Screenshot

Instructions

Bower

bower install foopicker

Other

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>

About

JavaScript date picker plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 77.3%
  • CSS 22.7%