Date Arithmetic

From: Kurt Harless (kharless_at_qwest.net)
Date: 08/30/04


Date: Mon, 30 Aug 2004 08:25:50 -0700

Arg,

So I know I use the Calendar abstract class. And I am betting that I use
the Add method.
Could I see a example of some date arithmetic, e.g. number of days from
today since 01/01/1964.

Must I work out the differences by year, month, day individually, convert to
a common unit of time, add them, then convert to a displayable unit of time?

Struggling...