Function
A validating, serializable, range-bound date text box with a drop down calendar Example: new dijit.form.DateTextBox({value: new Date(2009, 0, 20)}) Example: <input dojotype='dijit.form.DateTextBox' value='2009-01-20'>
Date
The value of this widget as a JavaScript Date object, with only year/month/day specified. If specified in markup, use the format specified in `dojo.date.stamp.fromISOString`. set("value", ...) accepts either a Date object or a string.
Object
Object