Function: calendar-hebrew-print-date

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

Signature

(calendar-hebrew-print-date)

Documentation

Show the Hebrew calendar equivalent of the date under the cursor.

View in manual

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-hebrew.el.gz
;;;###cal-autoload
(defun calendar-hebrew-print-date ()
  "Show the Hebrew calendar equivalent of the date under the cursor."
  (interactive)
  (message "Hebrew date (until sunset): %s"
           (calendar-hebrew-date-string (calendar-cursor-to-date t))))