Check documentation for the
latest version of dhtmlxSuite
date2str 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
date2str
converts date into string
string
date2str
(
string
val
,
string
format
);
val
string
the date
format
string
the date format
string
the date as a string
Example
window.
dhx
.
date2str
(
val
,
format
)
;
Back to top