How to get week of year in gwt ? I have tried to get the week of year but wasn't able to. Please guide me. I have tried using the below code but it prints week of the day not of the entire year.
DateTimeFormat format = DateTimeFormat.getFormat("c");
String dayOfWeek = format.format(new Date());
E12CommonUtils.printOnConsole("dayOfWeek ="+dayOfWeek);