Determining current week of a year

Hi,is anybody have idea, how to determine the current week of a year.Please give some ideas.Thanks
[126 byte] By [dortmund_developer] at [2007-11-26 9:07:39]
# 1
I am able to do it.Thanks
dortmund_developer at 2007-7-6 23:22:50 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
something likeCalendar cal = new GregorianCalendar(); int weeks = cal.get(Calendar.WEEK_OF_YEAR));?
jxxe at 2007-7-6 23:22:50 > top of Java-index,Web & Directory Servers,Directory Servers...