ymdhms-to-arpadate
Full Description
swirl
Syntax
  define stream function ymdhms-to-arpadate value stream ymdhms


Purpose

This function takes a date/time in "YYYYMMDDhhmmss+ZHZM" format and returns it in standard ARPA/Internet RFC-822 format.

Argument:

  • "ymdhms" -- a date in "YYYYMMDDhhmmss+ZHZM" format.

Example:

  output "Now, in arpa format = " || ymdhms-to-arpadate now-as-ymdhms || "%n"

Copyright © OmniMark Technologies Corporation, 1988-1998.