Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Java by kirs ( 14 years ago )
Calendar calendar = GregorianCalendar.getInstance();
Date aDate = new Date();
int kolvoJobDay=0;
for(int i=0;i<10;i++){
calendar.setTime(aDate);
calendar.set(Calendar.DAY_OF_MONTH, i);
calendar.get(Calendar.DAY_OF_WEEK, i);
}
Revise this Paste