Alphabetical List of ColdFusion Functions
GetHttpTimeString
Description
This function takes one argument, a ColdFusion date/time object, and returns the
time formatted as a string according to the HTTP standard described in RFC 1123.
Category
Date and time functions
GetHttpTimeString(date_time_object)
Syntax
Parameters
Parameter
date_time_object
The time in the returned string is Greenwich Mean Time (GMT), consistent with the
Usage
HTTP standard.
Example
<cfoutput>
#GetHttpTimeString("#Now()#")#<br>
</cfoutput>
Description
A ColdFusion date-time object
433
Need help?
Do you have a question about the COLDFUSION 5 - CFML and is the answer not in the manual?