Next: From Other Calendar, Previous: Calendar Systems, Up: Other Calendars [Contents][Index]
The following commands describe the selected date (the date at point) in various other calendar systems:
Display the selected date in various other calendars.
(calendar-print-other-dates
).
Display ISO commercial calendar equivalent for selected day
(calendar-iso-print-date
).
Display Julian date for selected day (calendar-julian-print-date
).
Display astronomical (Julian) day number for selected day
(calendar-astro-print-day-number
).
Display Hebrew date for selected day (calendar-hebrew-print-date
).
Display Islamic date for selected day (calendar-islamic-print-date
).
Display French Revolutionary date for selected day
(calendar-french-print-date
).
Display Bahá’í date for selected day
(calendar-bahai-print-date
).
Display Chinese date for selected day
(calendar-chinese-print-date
).
Display Coptic date for selected day
(calendar-coptic-print-date
).
Display Ethiopic date for selected day
(calendar-ethiopic-print-date
).
Display Persian date for selected day
(calendar-persian-print-date
).
Display Mayan date for selected day (calendar-mayan-print-date
).
Otherwise, move point to the date you want to convert, then type the appropriate command starting with p from the table above. The prefix p is a mnemonic for “print”, since Emacs “prints” the equivalent date in the echo area. p o displays the date in all forms known to Emacs. You can also use mouse-3 and then choose Other calendars from the menu that appears. This displays the equivalent forms of the date in all the calendars Emacs understands, in the form of a menu. (Choosing an alternative from this menu doesn’t actually do anything—the menu is used only for display.)
Next: From Other Calendar, Previous: Calendar Systems, Up: Other Calendars [Contents][Index]