GregorianCalendar in java

GregorianCalendar is a concrete implementation of a Calendar that implements the normal Gregorian calendar with which you are familiar. The getInstance( ) method of Calendar will typically return a GregorianCalendar initialized with the current date and time in the default locale and time zone GregorianCalendar defines two fields: AD and BC. These represent the two … Read more