Gethttptimestring - MACROMEDIA COLDFUSION 5 - CFML Reference

Cfml reference
Hide thumbs Also See for COLDFUSION 5 - CFML:
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 5 - CFML and is the answer not in the manual?

This manual is also suitable for:

Coldfusion 5

Table of Contents