The Date Picker Form Control

The oxy_datePicker built-in form control is used for offering a text field with a calendar browser that allows to choose a certain date in a specified format.

The oxy_datePicker form control supports the following properties:

Date Picker Form Control

date {
    content:
        oxy_label(text, "Date time attribute with format defined in CSS: ", width, 300px)
        oxy_datePicker(
            columns, 16, 
            edit, "@attribute",
            format, "yyyy-MM-dd");
}
Note: You can use the Content Completion Assistant in the CSS or LESS editor to easily insert a sample of the form control by selecting the corresponding code template. The form control code templates are displayed with a symbol in the content complete list.
Tip: To insert a sample of the oxy_datePicker form control, invoke the Content Completion Assistant by pressing Ctrl Space (Command Space on OS X) and select the oxy_datePicker code template.