Check a Date is between two dates in Java
Posted
by dimitar
on Stack Overflow
See other posts from Stack Overflow
or by dimitar
Published on 2010-05-24T10:16:49Z
Indexed on
2010/05/24
10:21 UTC
Read the original article
Hit count: 234
Hello guys,
One thing I want to know is how to calculate what date will it be 10 days from today.
Second thing is to check if one Date is between two other Dates. For example, let's say I have an app that shows what events I need to do in the next 10 days (planner). Now how can I see if the date I assigned to an event is between today and the date that is 10 days from today?
© Stack Overflow or respective owner