< prev index next >

src/share/classes/sun/util/calendar/Era.java

Print this page

        

*** 39,63 **** * system can be obtained by calling {@link CalendarSystem#getEras} * one of which can be used to specify a date in * <code>CalendarDate</code>. * * <p>The following era names are defined in this release. ! * <!-- TODO: use HTML table --> ! * <pre><tt> * Calendar system Era name Since (in Gregorian) * ----------------------------------------------------------------------- ! * Japanese calendar Meiji 1868-01-01 midnight local time ! * Taisho 1912-07-30 midnight local time ! * Showa 1926-12-26 midnight local time ! * Heisei 1989-01-08 midnight local time ! * NewEra 2019-05-01 midnight local time ! * Julian calendar BeforeCommonEra -292275055-05-16T16:47:04.192Z ! * CommonEra 0000-12-30 midnight local time ! * Taiwanese calendar MinGuo 1911-01-01 midnight local time ! * Thai Buddhist calendar BuddhistEra -543-01-01 midnight local time * ----------------------------------------------------------------------- ! * </tt></pre> * * @author Masayoshi Okutsu * @since 1.5 */ --- 39,58 ---- * system can be obtained by calling {@link CalendarSystem#getEras} * one of which can be used to specify a date in * <code>CalendarDate</code>. * * <p>The following era names are defined in this release. ! * <pre>{@code * Calendar system Era name Since (in Gregorian) * ----------------------------------------------------------------------- ! * Japanese calendar Meiji 1868-01-01T00:00:00 local time ! * Taisho 1912-07-30T00:00:00 local time ! * Showa 1926-12-25T00:00:00 local time ! * Heisei 1989-01-08T00:00:00 local time ! * Reiwa 2019-05-01T00:00:00 local time * ----------------------------------------------------------------------- ! * }</pre> * * @author Masayoshi Okutsu * @since 1.5 */
< prev index next >