pickadate.js

A fully responsive and lightweight
jQuery dateinput picker
9.4kb min, 3.9kb gzipped

Fork me on GitHub

Download pickadate.js v2.0.5 (for old browsers) or read the docs

Read api changes in v2+

§Default

For all the themes below, you can scroll the picker into view with something like this:

$( '.datepicker' ).pickadate({
    onOpen: function() {
        scrollPageTo( this.$node )
    }
})

function scrollPageTo( $node ) {
    $( 'html, body' ).animate({
        scrollTop: ~~$node.offset().top - 60
    }, 150)
}

§Classic

§Inline

§Inline fixed

Download pickadate.js v2.0.5

Browser support: IE7+, Chrome, Firefox, Safari, Opera, iOS Safari, Android browser

Read the docs (api changes in v2+) or view project on Github

Made by Amsul