pikaday-responsive

A responsive datepicker built on top of Pikaday. It shows the native datepicker on mobile devices and a nice JS-picker on desktop. It is realised as a jQuery-Plugin.

More Infos & Download on GitHub

Created by: Francesco Novy
www.fnovy.com | francesconovy@gmail.com

Default values

The output-value of the input-field is:

Change output format

You can specify an output format as a Moment.js string. E.g. "X" (UNIX timestamp):

The output-value of the input-field is:

Change display format

You can also specifiy the display format as you wish. E.g. "Do MMM YYYY". You can use the dateObject to implement clear/today buttons.

The output-value of the input-field is:

Remote Triggering

By using labels, you can trigger date pickers from different places on your page.