<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > GeneralScript > Global > Method >_ParseDate |
Creates the date value from a date string.
Prototype :
double _ParseDate
(
string Text,
string DateFormat
)
Arguments :
Text |
date string |
DateFormat |
date format |
Example :
var d = _ParseDate("2009-03-11", "yyyy-MM-dd");
Available Events :
All Events