|
|
function
|
arpadate-to-ymdhms
|
|
Library: Date and Time
Include: omdate.xin
|
Returns: String
Returns the specified date in "YYYYMMDDhhmmss+ZHZM" format.
|
Declaration define stream function arpadate-to-ymdhms value stream arpadate
Purpose
This function takes a date/time in standard ARPA/Internet RFC-822 format and returns it in "YYYYMMDDhhmmss+ZHZM" format. Considerable flexibility is allowed by RFC-822, and additionally, this function allows further laxity in the ARPA date/time format:
- extra and missing white space is allowed
- month names and time zones are not case sensitive
- the day, hour, minute, and second can have one or two digits in them
- the colons in the time part are optional, or can be dashes
- two-digits years are allowed -- 70 to 99 are assumed to be 1970 to 1999, and 00 to 69 are assumed to be 2000 to 2069
Argument:
- "arpadate" -- a date in standard ARPA/Internet RFC-822 format.
Generated: April 21, 1999 at 2:01:02 pm
If you have any comments about this section of the documentation, send email to [email protected]
Copyright © OmniMark Technologies Corporation, 1988-1999.