Datebox is an inputbox with a calendar image at right, showing a calendar to pick a date when click on it.
Datebox tag is datebox
i.e.
Please select a date: <comp:datebox name="invoice_date"/>
Datebox component is very similar to an inputbox component. Date picked by the user can be retrieved by asking the __InputComponent::getValue() method.