Function: diary-iso-date

diary-iso-date is an autoloaded and byte-compiled function defined in cal-iso.el.gz.

Signature

(diary-iso-date)

Documentation

ISO calendar equivalent of date diary entry.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/cal-iso.el.gz
;;;###diary-autoload
(defun diary-iso-date ()
  "ISO calendar equivalent of date diary entry."
  (format "ISO date: %s" (calendar-iso-date-string date)))