Stringdijit._TimePicker.value

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

Date to display. Defaults to current time and date. Can be a Date object or an ISO-8601 string. If you specify the GMT time zone (-01:00), the time will be converted to the local time in the local time zone. Otherwise, the time is considered to be in the local time zone. If you specify the date and isDate is true, the date is used. Example: if your local time zone is GMT -05:00, T10:00:00 becomes T10:00:00-05:00 (considered to be local time), T10:00:00-01:00 becomes T06:00:00-05:00 (4 hour difference), T10:00:00Z becomes T05:00:00-05:00 (5 hour difference between Zulu and local time) yyyy-mm-ddThh:mm:ss is the format to set the date and time Example: 2007-06-01T09:00:00