S
Stan
I need know how to round down. If I have a calculation and
the number comes out to 4.74 I would like the number to be
4 instead of 5. When I use the round operator it is
rounding up. I would like to always round down.
I have the number of days remaining in a term which 2920
which is 8.41 years. I would like know the number of full
years and full month and the remaining days.
To do this I am calculating the number of days in a full
year. I would perform the same operation for full months.
I think there maybe an easier way to do this.
the number comes out to 4.74 I would like the number to be
4 instead of 5. When I use the round operator it is
rounding up. I would like to always round down.
I have the number of days remaining in a term which 2920
which is 8.41 years. I would like know the number of full
years and full month and the remaining days.
To do this I am calculating the number of days in a full
year. I would perform the same operation for full months.
I think there maybe an easier way to do this.