May be like this:
for(int i=0;i<15;i++){
Calendar cal = new GregorianCalendar();
cal.add(Calendar.DAY_OF_MONTH, -1);
if (cal.Calendar.DAY_OF_WEEK==1){
System.out.println(cal.cal.getTime())
But may be exists more simple way? Thanks.
|
|
|
You are on the right track.
Let me make this work for just Mondays.
|
|||||
|
|
|
Even simpler would be to set the weekday directly:
Please keep in mind, that this does not effect the time. If you want 00:00, you need to set the appropriate values:
|
|||
|
|