Previous Topic

Next Topic

Book Contents

Book Index

%%$GREG

The %%$GREG function converts a Julian date (with a 4-character year) to a Gregorian date (with a 4-character year). The format of function %%$GREG is:

%%$GREG date

where date must be (or resolve to) a date in Julian format yyyyddd.

Example

//* %%SET %%A=%%$GREG 2001196

%%A is assigned a value of 20010714

Parent Topic

Functions