MomentPicker
A datepicker based on Moment.js and jQuery

Basic Usage

$(function() {

    $('#basic').MomentPicker();
});