Pikaday – Lightweight Standalone JavaScript Datepicker

On some of my recent projects, I used jQuery Datepicker and I feel most of the front end developers go with jQuery Datepicker. Even though it’s a great plugin, I have one things that constantly bugging me and that is the size of the plugin. Yes, I looked around for some alternatives and luckily found this today.

Pikaday is an amazing, yet lightweight standalone JavaScript datepicker. The biggest advantage of this datepicker is it’s standalone feature and the slick design which doesn’t need any CSS modification.

Apart from it’s features, it is blazingly fast.

pikaday - javascript datepicker

Pickaday is weights just 5kb and less image requests. So on your next project, don’t forget to give Pickaday a try. Trust me, it’s fantastic.

Contents hide

Usage

<input type="text" id="datepicker">
<script src="pikaday.js"></script>
<script>
    var picker = new Pikaday({ field: document.getElementById('datepicker') });
</script>
October 16, 2012. This entry was posted in Web Resources and tagged , , , , . Bookmark the permalink.

We Recommend HostGator Hosting

Bloggermint strongly recommends Hostgator Hosting for all of your web hosting needs. Sign up today for WordPress Hosting at just $4.95/month.

Use coupon code "bloggermint" to get 25% discount on any hosting packages. Get an account with Hostgator now!