cos
Registered User.
- Local time
- Today, 20:07
- Joined
- Jul 13, 2012
- Messages
- 81
i have two dates:
StartDate
EndDate
I also have a contract made with a cient so that he pays me one sum on the first month, and that sum multipies every month (due to the inflation, which figures are stored in another table), and i will need a cost at the current month, even if its between the StartDate and the EndDate.
the trick i need to do is to be abe to multiply various values over and over between two dates.
for example:
StartDate is 01/01/12 and the EndDate is 01/01/13.
The first payment is $1000
and i need to know how much to charge this client on the 01/07/12
any ideas at all? thank you very much if you can come up with an idea!!
StartDate
EndDate
I also have a contract made with a cient so that he pays me one sum on the first month, and that sum multipies every month (due to the inflation, which figures are stored in another table), and i will need a cost at the current month, even if its between the StartDate and the EndDate.
the trick i need to do is to be abe to multiply various values over and over between two dates.
for example:
StartDate is 01/01/12 and the EndDate is 01/01/13.
The first payment is $1000
and i need to know how much to charge this client on the 01/07/12
any ideas at all? thank you very much if you can come up with an idea!!