Name

IsNumericDate

Synopsis

IsNumericDate(realnumber)

Returns Yes if realnumber can be converted to a numeric date and No if it can’t. Examples:

<CFOUTPUT>
IsNumericDate(Now(  )): #IsNumericDate(Now(  ))#<BR>
IsNumericDate('1998-08-15 19:00:00'): #IsNumericDate('1998-08-15 19:00:00')#<BR>
</CFOUTPUT>

Get Programming ColdFusion now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.