Function: calendar-bahai-print-date

calendar-bahai-print-date is an autoloaded, interactive and byte-compiled function defined in cal-bahai.el.gz.

Signature

(calendar-bahai-print-date)

Documentation

Show the Bahá’í calendar equivalent of the selected date.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-bahai.el.gz
;;;###cal-autoload
(defun calendar-bahai-print-date ()
  "Show the Bahá’í calendar equivalent of the selected date."
  (interactive)
  (let ((s (calendar-bahai-date-string (calendar-cursor-to-date t))))
   (if (string-equal s "")
       (message "Date is pre-Bahá’í")
     (message "Bahá’í date: %s" s))))