Calendar Package >

Calendar


is an option for calendar functions which specifies which calendar system to use.
  • Calendar->system specifies to use calendar system system.
  • The following settings can be given:
GregorianGregorian calendar
JulianJulian calendar
IslamicIslamic calendar
JewishJewish calendar
  • With Automatic, the Julian calendar is used before September 3, 1752, and the Gregorian calendar after September 13, 1752.
Compute the number of days in the Islamic year 1420:
Compute the number of days in the Jewish year 5760:
In the Julian calendar, the year 1900 was a leap year:
This is not true in the standard (Gregorian) Western calendar:
Needs["Calendar`"]
Compute the number of days in the Islamic year 1420:
In[2]:=
Click for copyable input
Out[2]=
 
Needs["Calendar`"]
Compute the number of days in the Jewish year 5760:
In[2]:=
Click for copyable input
Out[2]=
 
Needs["Calendar`"]
In the Julian calendar, the year 1900 was a leap year:
In[2]:=
Click for copyable input
Out[2]=
This is not true in the standard (Gregorian) Western calendar:
In[3]:=
Click for copyable input
Out[3]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF