alextveit Posted March 22, 2007 Posted March 22, 2007 First off, I apologize if it has been answered, but I couldnt find this specifically. I need to be able to calculate a loan end date from a start date and a term: Start Date: 04/01/04 Term: 36 months Calculated end date: 03/31/07 The problem that I am having, is of course that depending on the years that are entered, sometimes I will get a day before, or a day after...i.e 03/30/07 or 04/01/07. Is there a way around this, so I can actually get the right date all the time?
Raybaudi Posted March 22, 2007 Posted March 22, 2007 Date ( Month ( start date ) + Term ; Day ( start date ) ; Year ( start date ) )
alextveit Posted March 22, 2007 Author Posted March 22, 2007 thank you! When I added -1 to that....it works perfectly:D
Raybaudi Posted March 22, 2007 Posted March 22, 2007 If you want always an End Date to the end of the month: Date ( Month ( start date ) + Term ; 0 ; Year ( start date ) )
Recommended Posts
This topic is 6517 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now