Name

CreateDateTime

Synopsis

CreateDateTime(year, month, day, hour, minute, second)

Returns a date/time object for the given date and time. Example:

7 p.m. on August 15, 1998 looks like 
<CFOUTPUT>#CreateDateTime(1998, 08, 15, 19, 0, 0)#</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.