Here you can find the source of getToday()
public static Calendar getToday()
//package com.java2s; //License from project: LGPL import java.util.Calendar; public class Main { public static Calendar getToday() { return Calendar.getInstance(); }/*from w w w .ja va2 s .com*/ }