Here you can find the source of getCurrentWeekNum(Date startDate, Date endDate)
public static int getCurrentWeekNum(Date startDate, Date endDate)
//package com.java2s; //License from project: Open Source License import java.util.*; public class Main { public static int getCurrentWeekNum(Date startDate, Date endDate) { return 0; }//from w w w . j ava2s .com }