IsDateObject
Method Signature
IsDateObject(value=[any])Arguments
Argument
Type
Required
Description
Default
Examples
Check if date is a date OBJECT, not just a date string
<bx:script>
date = IsDateObject( now() );
writeOutput( "Can string be converted to a date/time value : " & date );
</bx:script>
Related
Last updated
Was this helpful?
