Hello,

I've built an age calculator that calculates someones age when their date of birth and the current date is supplied. The only way I can keep the age from rounding up is if I leave a couple of decimal places. My boss dosn't want the decimal places.

How do I make the numbers not round up?

Thanks