Converts the value of the given DateTime to the equivalent string representation specified by the RFC1123 standard ("ddd, dd MMM yyyy HH:mm:ss GMT").
Syntax
Smartsite SXML | Copy Code |
---|---|
string datetime.torfcstring(datetime dt) |
Parameters
Name | Data Type | Description |
---|---|---|
dt | DateTime | A DateTime. |
Return Value
Data Type | Description |
---|---|
String | A string representation of the value of the given DateTime as specified by the RFC1123 standard. |