Examples

Change the size of your browser window to activate the plugin (default is anything less than 568px wide)

Back to home page

Short months, no blanks

$(function() {
  $('.datepicker').mobileDateSelector({ longMonths : false, showBlanks : false });
});

Demo mode turned on

$(function() {
  $('.datepicker2').mobileDateSelector({ demoMode : true });
});

Questions & suggestions?

Feel free to submit them via GitHub's issue tracker.