I know the week number of the year, a week is start from Sunday, then Monday, Tuesday...,Saturday.
Since I know the week number, what's the efficient way to get the dates of the specific week by using Java code??
|
I know the week number of the year, a week is start from Sunday, then Monday, Tuesday...,Saturday. Since I know the week number, what's the efficient way to get the dates of the specific week by using Java code?? |
|||||
|
|
If you don't want external library, just use calendar.
|
|||
|
|
|
You can use the joda time library
|
|||
|
|
|
You did not mention what return type do you exactly need but this code should prove useful to you. sysouts and formatter are just to show you the result.
|
|||