calculating datew with leap years

  • Thread starter Thread starter dc2696
  • Start date Start date
D

dc2696

I have a form that uses dates in calculations but am
having onw small problem with leap years. Any idea how
to account for leap years in date calculations?
 
dc2696 said:
I have a form that uses dates in calculations but am
having onw small problem with leap years. Any idea how
to account for leap years in date calculations?

If you use DateAdd() or DateDiff() and use months or years as the interval
they will account for leap years properly. What expression are you using
for your date calculation?
 
Back
Top