Android Day Get getDay()

Here you can find the source of getDay()

Description

get Day

Declaration

public static int getDay() 

Method Source Code

//package com.java2s;
import java.util.Calendar;

public class Main {
    public static int getDay() {
        return Calendar.getInstance().get(Calendar.DAY_OF_MONTH);
    }/*from ww w  .  java  2  s  . c o m*/
}

Related

  1. fromJulianDay(double julianDay)
  2. getTimeNextDay(long lTimeMillis)
  3. getDaysTo(Date date)
  4. intDayToString(int day)
  5. leapDays(int y)
  6. dayIndexToDate(int dayindex)