Android Year Offset Get getYearMonthDay1()

Here you can find the source of getYearMonthDay1()

Description

get Year Month Day

Declaration

public static String getYearMonthDay1() 

Method Source Code

//package com.java2s;

public class Main {

    public static String getYearMonthDay1() {

        java.sql.Date date2 = new java.sql.Date(System.currentTimeMillis());
        return date2.toString();
    }//w  w  w .jav  a  2  s. c o m
}

Related

  1. deltaTimeCurrentCentury(int year)
  2. hasYearPassed(int year)
  3. yearOffset(Date date, int offset)
  4. getOneYearAgo()
  5. yearDays(int y)
  6. getYearMonthDay2()
  7. getYear_Second1()
  8. getYear_Second2()