CodeCharge Studio

Date Picker Overview

Description

The Date Picker component allows the user to select a date from a pop-up calendar. Each Date Picker is associated with an input control such as a Textbox. When the user selects the date from the pop-up calendar, the date value is automatically entered into the associated control.

The Date Picker provides a visual display of the days within a month and allows the user to browse other months. The value returned by the Date Picker when a date is clicked is based on the format specified in the Format property of the control. If the Format property is not defined, the date is returned in the format specified in the Default Date Format property of the project. If both properties are empty, the date will be returned in the format "mm/dd/yyyy".

A Date Picker can be added in Record or Editable Grid forms only.

See also

Date Picker Reference


On-line, printable versions and updates