Printer Version Table of Contents Project Home Page
.EXAMPLE.....: 16 Find calendar date corresponding to a "business Julian" date
.CATEGORY....: examples
.DISCUSSION..:
.CODE........:
:: business Julian date is 1992:045.   Note input format CCYYjjj
FDATE /Ff /A1992045  /Iccyyjjj  /Od1

:: You don't need to left-zero-fill the day
FDATE /Ff /A199245  /Iccyyjjj  /Od1

:: You can assume the century, if you specify the YYjjj input format
FDATE /Ff /A9245  /Iyyjjj  /Od1