Java tutorial
import java.util.Date; public class Util { public static Date getTodayDate() { return new Date(System.currentTimeMillis()); } }