http://www.vb-helper.com/HowTo/agecalc1.zip

	Purpose
Calculate the number of years, months, days, etc. between two dates

	Method
The TimeInterval function calculates the difference between two dates using
one unit (years, months, etc.). The main program uses it repeatedly to find
the difference.

This program gives a good example of using the Calendar control.

Thanks to Jon Kurpias (jkurpias@home.com).

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. You can use the example in any form, but please mention
www.vb-helper.com.
