Previous Topic

Next Topic

Book Contents

Book Index

%%$JULIAN

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

%%$JULIAN date

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

Example

//* %%SET %%A=%%$JULIAN 20010717

%%A is assigned a value of 2001197

Parent Topic

Functions