Function: hyrolo-current-date

hyrolo-current-date is a byte-compiled function defined in hyrolo.el.

Signature

(hyrolo-current-date)

Documentation

Return the current date (a string) in a form used for rolo entry insertion.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defun hyrolo-current-date ()
  "Return the current date (a string) in a form used for rolo entry insertion."
  (format-time-string hyrolo-date-format))