Calendar.getInstance

Gets a calendar using the default time zone and specified locale. The <code>Calendar</code> returned is based on the current time in the default time zone with the given locale. <p> If the locale contains the time zone with "tz" <a href="Locale.html#def_locale_extension">Unicode extension</a>, that time zone is used instead.

@param aLocale the locale for the week data @return a Calendar.

Meta