|
-
Apr 26th, 2010, 08:36 AM
#1
Thread Starter
Hyperactive Member
How long until a given date
I am trying to figure out how to determine how many days until a given date from today.
For example, if today is 4/26 and I need to know how long until 5/17, I need to know that it is 21 days.
But if I need to know how long until 1/21, I'd need to know 270.
Basically, I'm looking for the number of days from today to the next occurrence of a give MM/DD combo regardless of year.
Thanks!
Last edited by rockies1; Apr 26th, 2010 at 09:03 AM.
Reason: typo
-
Apr 26th, 2010, 09:47 AM
#2
New Member
Re: How long until a given date
-
Apr 26th, 2010, 11:34 AM
#3
Thread Starter
Hyperactive Member
Re: How long until a given date
I'm looking for a Java solution, not an SQL solution, but thanks.
-
Apr 26th, 2010, 11:42 AM
#4
New Member
Re: How long until a given date
Sorry about that, should have looked which section I was in.
Have you tried this:
http://www.java2s.com/Code/Java/Deve...entwodates.htm
-
Apr 26th, 2010, 01:37 PM
#5
Thread Starter
Hyperactive Member
Re: How long until a given date
That helped greatly, THANK YOU!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|