![]() ![]() ![]() ![]() ![]() ![]() ![]() |
|||||
|
|
|||||
| function | ymdhms-to-arpadate | ||||
| Other Library Functions |
|
Library: Date and Time
Include: omdate.xin |
Returns: String
Returns the specified date in standard ARPA/Internet RFC-822 format. |
define stream function ymdhms-to-arpadate value stream ymdhms
This function takes a date/time in "YYYYMMDDhhmmss+ZHZM" format and returns it in standard ARPA/Internet RFC-822 format.
Argument:
Example:
output "Now, in arpa format = " || ymdhms-to-arpadate now-as-ymdhms || "%n"
| ---- |