DHTMLX Docs & Samples Explorer
Index
dhtmlxcalendar
API Reference
getDate(isFormatted)
Returns the currently selected date.
Parameters:
isFormatted
- (boolean) if the parameter is set to '
true
' the formatted date will be returned. By default is '
false
'. Optional.
var
currentDate
=
myCalendar.
getDate
(
)
;
See also:
getFormatedDate()
setDate()
setDateFormat()