summary
A form input for entering dates with a pop-up dojo.widget.DatePicker to aid in selection
description
This is DatePicker in a DropdownContainer, it supports all features of DatePicker.
The value displayed in the widget is localized according to the default algorithm provided in dojo.date.format and dojo.date.parse. It is possible to customize the user-visible formatting with either the formatLength or displayFormat attributes. The value sent to the server is typically a locale-independent value in a hidden field as defined by the name attribute. RFC3339 representation is used by default, but other options are available with saveFormat.
usage
var ddp = dojo.widget.createWidget("DropdownDatePicker", {}, dojo.byId("DropdownDatePickerNode"));
<input dojoType="DropdownDatePicker">