Android Date Current Get getCurrentDate()

Here you can find the source of getCurrentDate()

Description

get Current Date

Declaration

public static Date getCurrentDate() 

Method Source Code

//package com.java2s;

import java.util.Date;

public class Main {
    public static Date getCurrentDate() {
        return new Date(System.currentTimeMillis());
    }/*from w  w  w  .  j  a  va  2s . co m*/
}

Related

  1. getCurrentDate()
  2. getCurrentDateStamp()
  3. getCurrentDate()
  4. getCurrentDate()
  5. getCurrentDateline()