Script functions reference > Script functions in alphabetical order > I > IsDate

IsDate
Syntax
IsDate(yyyymmdd);
yyyymmdd 
Description
Checks if a string expression is a date string.
Returns
1
0
Example
$d="19990101";
if(isdate($d))
{
$ok=1;
}
OpenText StreamServe 5.6.2 Updated: 2018-01-26