Name

CreateDate

Synopsis

CreateDate(year, month, day)

Returns a date/time object for the given date. The time value is set to 00:00:00. Example:

August 15, 1998 looks like 
<CFOUTPUT>#CreateDate(1998, 08, 15)#</CFOUTPUT> 
as a date/time object.

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.