Functiondijit.form._DateTimeTextBox.setValue

dojo.require("dijit.form._DateTimeTextBox");
defined in dijit/form/_DateTimeTextBox.js

Sets the date on this textbox. Note that value must be a Javascript Date object.

Usage

function (/*Date*/ value, /*Boolean?*/ priorityChange, /*String?*/ formattedValue) (view source)
parametertypedescription
valueDate 
priorityChangeBooleanOptional.
formattedValueStringOptional.