FULLSCREEN | CONTENTS | Project Home Page |
---|
.FUNCTION....: ADD a number of days to a date .ALIAS.......: add .CATEGORY....: functionsThis function can be used to add N days to a date. Supplying a negative number for N will subtract N days from the date..DISCUSSION..:
.FORMAT: Fdate /Fadd /Nnumdays /Adate /Iformat /Oformat adds numdays to the date specified on the /A parm and produces date in /Oformat format .EXAMPLES: Fdate /Fadd /N90 /A01-01-1992 /Imm-dd-ccyy /Od1 Fdate /Fsub /N90 /A01-01-1992 /Imm-dd-ccyy /Od1 Fdate /Fadd /N90 /Atoday /Od1