Here you can find the source of getCalendar()
public static Calendar getCalendar()
//package com.java2s; import java.util.Calendar; public class Main { public static Calendar getCalendar() { Calendar calendar = Calendar.getInstance(); return calendar; }/*from w w w . ja v a2s .com*/ }