Check documentation for the latest version of dhtmlxSuite setDateFormat DHTMLX Docs

setDateFormat

sets the date format

void setDateFormat(string format);
formatstringdate format

Example

myCalendar.setDateFormat("%d/%m/%y");

Details

See the available date formats

Back to top