FULLSCREEN | CONTENTS | Project Home Page |
---|
.EXAMPLE.....: 16 Find calendar date corresponding to a "business Julian" date .ALIAS.......: 16 .CATEGORY....: examples .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