Function: calendar-print-day-of-year
calendar-print-day-of-year is an interactive and byte-compiled
function defined in calendar.el.gz.
Signature
(calendar-print-day-of-year)
Documentation
Show day number in year/days remaining in year for date under the cursor.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/calendar.el.gz
(defun calendar-print-day-of-year ()
"Show day number in year/days remaining in year for date under the cursor."
(interactive)
(message "%s" (calendar-day-of-year-string (calendar-cursor-to-date t))))