Check documentation for the
latest version of dhtmlxSuite
str2date DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
absLeft
absTop
attachEvent
date2str
detachEvent
newId
s2b
s2j
screenDim
selectTextRange
str2date
trim
Start
Helpers
Common API
Methods
str2date
converts string into date
string
str2date
(
string
val
,
string
format
);
val
string
the string
format
string
the string format
string
the date
Example
window.
dhx
.
str2date
(
val
,
format
)
;
Back to top