Hi
I am struggling to bring the attached output using java:confused:.
Please somebody can help me in this regard?
Thanks,
Sridhar
Printable View
Hi
I am struggling to bring the attached output using java:confused:.
Please somebody can help me in this regard?
Thanks,
Sridhar
Using the below hint you can add some logic to get the required output
Calendar now = Calendar.getInstance();
now.setFirstDayOfWeek(Calendar.SUNDAY);
int weekOfMonth = now.get(Calendar.WEEK_OF_MONTH);
int weekOfYear = now.get(Calendar.WEEK_OF_YEAR);