< prev index next >

src/share/lib/calendars.properties

Print this page




  12 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13 # version 2 for more details (a copy is included in the LICENSE file that
  14 # accompanied this code).
  15 #
  16 # You should have received a copy of the GNU General Public License version
  17 # 2 along with this work; if not, write to the Free Software Foundation,
  18 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19 #
  20 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 # or visit www.oracle.com if you need additional information or have any
  22 # questions.
  23 #
  24 
  25 #
  26 # Japanese imperial calendar
  27 #
  28 #   Meiji  since 1868-01-01 00:00:00 local time (Gregorian)
  29 #   Taisho since 1912-07-30 00:00:00 local time (Gregorian)
  30 #   Showa  since 1926-12-25 00:00:00 local time (Gregorian)
  31 #   Heisei since 1989-01-08 00:00:00 local time (Gregorian)

  32 calendar.japanese.type: LocalGregorianCalendar
  33 calendar.japanese.eras: \
  34         name=Meiji,abbr=M,since=-3218832000000;  \
  35         name=Taisho,abbr=T,since=-1812153600000; \
  36         name=Showa,abbr=S,since=-1357603200000;  \
  37         name=Heisei,abbr=H,since=600220800000

  38 
  39 #
  40 # Taiwanese calendar
  41 #   Minguo since 1911-01-01 00:00:00 local time (Gregorian)
  42 calendar.taiwanese.type: LocalGregorianCalendar
  43 calendar.taiwanese.eras: \
  44         name=MinGuo,since=-1830384000000
  45 
  46 #
  47 # Thai Buddhist calendar
  48 #   Buddhist Era since -542-01-01 00:00:00 local time (Gregorian)
  49 calendar.thai-buddhist.type: LocalGregorianCalendar
  50 calendar.thai-buddhist.eras: \
  51         name=BuddhistEra,abbr=B.E.,since=-79302585600000
  52 calendar.thai-buddhist.year-boundary: \
  53         day1=4-1,since=-79302585600000; \
  54         day1=1-1,since=-915148800000
  55 
  56 #
  57 # Hijrah calendars


  12 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  13 # version 2 for more details (a copy is included in the LICENSE file that
  14 # accompanied this code).
  15 #
  16 # You should have received a copy of the GNU General Public License version
  17 # 2 along with this work; if not, write to the Free Software Foundation,
  18 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  19 #
  20 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  21 # or visit www.oracle.com if you need additional information or have any
  22 # questions.
  23 #
  24 
  25 #
  26 # Japanese imperial calendar
  27 #
  28 #   Meiji  since 1868-01-01 00:00:00 local time (Gregorian)
  29 #   Taisho since 1912-07-30 00:00:00 local time (Gregorian)
  30 #   Showa  since 1926-12-25 00:00:00 local time (Gregorian)
  31 #   Heisei since 1989-01-08 00:00:00 local time (Gregorian)
  32 #   NewEra since 2019-05-01 00:00:00 local time (Gregorian)
  33 calendar.japanese.type: LocalGregorianCalendar
  34 calendar.japanese.eras: \
  35         name=Meiji,abbr=M,since=-3218832000000;  \
  36         name=Taisho,abbr=T,since=-1812153600000; \
  37         name=Showa,abbr=S,since=-1357603200000;  \
  38         name=Heisei,abbr=H,since=600220800000;   \
  39         name=NewEra,abbr=N,since=1556668800000
  40 
  41 #
  42 # Taiwanese calendar
  43 #   Minguo since 1911-01-01 00:00:00 local time (Gregorian)
  44 calendar.taiwanese.type: LocalGregorianCalendar
  45 calendar.taiwanese.eras: \
  46         name=MinGuo,since=-1830384000000
  47 
  48 #
  49 # Thai Buddhist calendar
  50 #   Buddhist Era since -542-01-01 00:00:00 local time (Gregorian)
  51 calendar.thai-buddhist.type: LocalGregorianCalendar
  52 calendar.thai-buddhist.eras: \
  53         name=BuddhistEra,abbr=B.E.,since=-79302585600000
  54 calendar.thai-buddhist.year-boundary: \
  55         day1=4-1,since=-79302585600000; \
  56         day1=1-1,since=-915148800000
  57 
  58 #
  59 # Hijrah calendars
< prev index next >