Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Calendar Package >

Islamic

Islamic
represents the Islamic calendar system.
  • This calendar began on {622, 7, 16} Julian, or {1, 1, 1} in the Islamic calendar (one date given for the Hejira).
Needs["Calendar`"]
The argument Islamic to CalendarChange converts between Western (Gregorian) dates and Islamic dates. This computes the Islamic date of January 1, 2000:
In[2]:=
Click for copyable input
Out[2]=
 
Needs["Calendar`"]
The Islamic calendar has the following months:
In[2]:=
Click for copyable input
The above date is therefore the 24^(th) of Ramadan, 1420.
 
Needs["Calendar`"]
The Western date for the beginning of Ramadan of the Islamic year 1420:
In[2]:=
Click for copyable input
Out[2]=
 
Needs["Calendar`"]
The Islamic year has fewer days than the Western year:
In[2]:=
Click for copyable input
Out[2]=
In[3]:=
Click for copyable input
Out[3]=
 
Needs["Calendar`"]
The Islamic calendar is purely lunar (time of month corresponds to phase of the moon) but does not keep track of seasons, since there is no leap month. The Islamic calendar moves backwards with respect to the Western calendar; for example, the start of Ramadan in successive years:
In[2]:=
Click for copyable input
Out[2]=
In[3]:=
Click for copyable input
Out[3]=
In[4]:=
Click for copyable input
Out[4]=
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team