Home Help Java G Java Gregorialcalendar



Java Gregorialcalendar
Posted on: November 11, 2009 at 12:00 AM
Java provides the standard calendar by providing the class GregorianCalendar in java.util package

Java Gregorialcalendar

     

 


Java provides the standard calendar by providing the class GregorianCalendar in java.util package. The Gregorian calendar is used in most countries all over the world. The GregorianCalendar class has many important constructors like GregorianCalendar() representing the moment it was created, the GregorianCalendar(int year, int month, int date) representing an arbitrary date, GregorianCalendar(TimeZone zone, Locale aLocale) representing the current time in the given time zone with the given locale etc. It's getTime() method returns a Date object, add(int, int) method calculates dates by adding or subtracting units of time like days, months, or years.

 

Related Tags for Java Gregorialcalendar:


More Tutorials from this section

Ask Questions?    Discuss: Java Gregorialcalendar   View All Comments

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.