View Date Picker in browser

The Date Picker allows the user to select the date from a calendar, rather than manually entering the date. It enhances the regular text field, by providing a supplemental button that opens a calendar. As it is created in Java Script, only compliant browsers will be able to use its features.

The Date Picker behavior and look in the browser are as follows:

  1. In a Java Script compliant browser, a button appears beside the text field. When the button is pressed, it will display the calendar:


                                       
  2. When a date is selected from the calendar, it will be inserted in the text field, and the calendar will close. you can manually alter the date, or re-open the calendar to choose another one.
  3. If the user decides to manually enter the date in the text field, then it will allow and enforce only the date format specified in the configuration.