Whatever message this page gives is out now! Go check it out!
IsDateObject(value)Parameter | Description |
value | Value of the date object. |
<cfscript>
date = IsDateObject(now());
writeOutput("Can string be converted to a date/time value : " & date);
</cfscript>