get_dateText()
Returns the selected date as a string.
Example-Get date text Example
findControl(".CrmDateTimeField").get_dateText();
set_dateText()
Sets the date of the widget. Values must be formatted specifically, such as MM/DD/YYYY.
Example-Setting Date text Example
findControl(".CrmDateTimeField").set_dateText("05/16/14");