jQuery UI gDatepicker tries to mimic the interface of some of the datepickers seen with Google's services, specifically in its Google Calendar application.
The datepicker works on top of the Moment.js date manipulation library and allows developers to transform input fields where a date or time format is required into a user-friendly experience.
Instead of having to use input masks or give users instructions on how the date format looks like, this plugin will show a popup calendar instead, letting users just click on the date they want.
Support is included for datepicker themes, custom languages, preset starting dates, and even for range (start-end) selections.
A gDatepicker demo is included with the download package.
Requirements:
- JavaScript enabled on client side
- jQuery
- Moment.js
Comments not found