Android Date Today Get getDateToday()

Here you can find the source of getDateToday()

Description

get Date Today

Declaration

public static Date getDateToday() 

Method Source Code

//package com.java2s;

import java.util.Date;

public class Main {
    public static Date getDateToday() {
        Date curDate = new Date();

        return curDate;
    }/*from w  w w. j a v a2  s  .  c  o m*/
}

Related

  1. getSystemDate()
  2. getToday()
  3. getTodayDateString()
  4. getTodayEndTime()