Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   FormatISO8601DateTime
  Home |  WebHare Lite |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
HareScript
Internet connectivity
 
File transfer (FTP)
Hypertext transfer (HTTP)
IMAP library
MIME and RFC822
POP3 email
Simple Mail Transfer Protocol (SMTP)
TCP/IP connections
FormatISO8601DateTime
  Formats a datetime in the ISO 8601 format
 
Library wh::internet/http.whlib
 
Syntax PUBLIC STRING FUNCTION FormatISO8601DateTime (DATETIME whattime)
 
Description This function will format a datetime according to ISO 8601, as described in
http://www.w3.org/TR/NOTE-datetime
 
Parameters
whattime Time to format, in UTC time.
 
Returns The formatted time
 
 
In library 'http'
AddVariableToUrl
CloseHTTPServer
DecodeHTTPAuthenticationHeader
DeleteVariableFromUrl
EncodeDigestAuthorizationHeader
FormatHttpDateTime
FormatISO8601DateTime
GetHTTPPage
GetHTTPPageHeaders
GetVariableFromUrl
IsAbsoluteUrl
IsValidPlainHTTPURL
MakeRelativeLinkFromURL
OpenHTTPServer
OpenHTTPServerOnSocket
OpenSecureHTTPServer
PostHTTPPage
PostHTTPPageMultipart
ReplaceVariableInUrl
ResolveToAbsoluteURL
SendHTTPRequest
SetHTTPAuthentication
 
Top To top of page