What is the GregorianCalendar class

The GregorianCalendar provides support for traditional Western calendars.

Showing Answers 1 - 1 of 1 Answers

The GregorianCalendar class is a standard calendar which is supported by java.It contains 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 and many more.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions