Monday, March 12, 2012

Last 3 Months

I need a formula for the first day of the month, 3 months prior to the current date.
Any help?Local DateVar d := date(2006,2,13);
Dateserial(Year(d), Month(d) - 3, 1)

No comments:

Post a Comment