Is there an easy formula to subtract days from a date to arrive
at a new date?
I.e. Y$ = 2002-Dec-30
NewDate$ = Y$-28 days
NewDate$ = 2002-Dec-02
Over simplistic, but my formula fails when subtracting 28 days
goes back into the previous month.
If anyone knows where I can get date formulas for use in Basic,
please send them to me or send the URL. Date computation has
gotten to be important to me in genealogy.
Thank you.
Robert
------------------
at a new date?
I.e. Y$ = 2002-Dec-30
NewDate$ = Y$-28 days
NewDate$ = 2002-Dec-02
Over simplistic, but my formula fails when subtracting 28 days
goes back into the previous month.
If anyone knows where I can get date formulas for use in Basic,
please send them to me or send the URL. Date computation has
gotten to be important to me in genealogy.
Thank you.

Robert
------------------
Comment