Check documentation for the
latest version of dhtmlxSuite
setDateFormat DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
attachEvent
detachEvent
getFormatedDate
hide
setDateFormat
setDates
show
unload
Start
Calendar
dhtmlXDoubleCalendar API
Methods
setDateFormat
sets the date format
void
setDateFormat
(
string
format
);
format
string
date format
Example
myCalendar.
setDateFormat
(
"%d/%m/%y"
)
;
Details
See the available
date formats
Back to top