Java tutorial
//package com.java2s; //License from project: Open Source License import java.util.Calendar; public class Main { public static Calendar getCurrent() { return Calendar.getInstance(); } }