useful.date.js is a date picker component that works around the new HTML5 date input feature.
By default it enhances the HTML5 date input mechanism with extra features, and also delivers a fallback mechanism for browsers not supporting HTML5.
These new features allow date input fields to be limited to day/month/year minimum and maximum selections, but also to be forced to a particular format, which can also be shown inside the form field as a placeholder text.
This gives users information about the format in which the date is expected without the use of off-form labels and paragraph sections.
The fallback mechanism is a classic popup date picker component, just like the ones you have been using until now.
A simple demo is included with the useful.date.js downloadable files.
Requirements:
- JavaScript enabled on client side
Comments not found