Variable: hyrolo-date-format

hyrolo-date-format is a customizable variable defined in hyrolo.el.

Value

"%m/%d/%Y"

Documentation

Format of date string used in HyRolo automatic date stamps.

An empty string disables adding or updating HyRolo dates.

Default appearance is MM/DD/YYYY. See documentation of the function format-time-string for format options.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defcustom hyrolo-date-format "%m/%d/%Y"
  "Format of date string used in HyRolo automatic date stamps.
An empty string disables adding or updating HyRolo dates.

Default appearance is MM/DD/YYYY.  See documentation of the function
`format-time-string' for format options."
  :type 'string
  :group 'hyperbole-hyrolo)