Java Today getToday()

Here you can find the source of getToday()

Description

get Today

License

LGPL

Declaration

public static Calendar getToday() 

Method Source Code

//package com.java2s;
//License from project: LGPL 

import java.util.Calendar;

public class Main {

    public static Calendar getToday() {
        return Calendar.getInstance();
    }/*from w w  w .ja  va2  s  .com*/
}

Related

  1. getToday()
  2. getToday()
  3. getToday()
  4. getToday()
  5. getToday()
  6. getToday()
  7. GetToday()
  8. getToday()
  9. getToday()