Function: calendar-persian-print-date
calendar-persian-print-date is an autoloaded, interactive and
byte-compiled function defined in cal-persia.el.gz.
Signature
(calendar-persian-print-date)
Documentation
Show the Persian calendar equivalent of the selected date.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/cal-persia.el.gz
;;;###cal-autoload
(defun calendar-persian-print-date ()
"Show the Persian calendar equivalent of the selected date."
(interactive)
(message "Persian date: %s"
(calendar-persian-date-string (calendar-cursor-to-date t))))