DATE_STRING macro
The DATE_STRING macro is available only in IBM® Campaign.
Syntax
DATE_STRING(julian_date [, 'output_format'[, max_length]]) DATE_STRING(julian_date [, 'format_string'[, max_length]]
Parameters
julian_date
A number representing a Julian date, the number of days elapsed since January 1, 0000.
output_format
String, valid date format.
max_length
format_string
A format string optionally including any combination of the following format codes:
Current locale's AM/PM indicator for 12-hour clock
Description
DATE_STRING returns the date string of the Julian date. If output_format is not provided, the default keyword DELIM_M_D_Y will be used.
Examples
DATE_STRING(730729) returns the string "08/31/00".
*
See DATE macro for additional information on valid date formats.
Related functions