Description
Provides a form
Date
field component for selecting dates. DatePicker presents a drop down monthly
calendar for users to select dates from.
JavaScript must be enabled in the client browser to use the drop down
calendar. If JavaScript is not enabled users can still enter a date value
in the HTML text field.
Note a rendering feature of Netscape and Internet Explorer gives the HTML
<select> element the highest Z-level index. The HTML <select>
cannot be covered by other elements. If a <select> is located inside
the DatePicker's popup calendar region, the <select> will render through
the popup calendar obscuring part of the calendar. In these situation
organize the form's UI layout so this does not occur.
|