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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top