Check documentation for the latest version of dhtmlxSuite str2date DHTMLX Docs

str2date

converts string into date

string str2date(string val,string format);
valstringthe string
formatstringthe string format
stringthe date

Example

window.dhx.str2date(val, format);

Back to top