Function: article-date-user

article-date-user is an interactive and byte-compiled function defined in gnus-art.el.gz.

Signature

(article-date-user &optional HIGHLIGHT)

Documentation

Convert the current article date to the user-defined format.

This format is defined by the gnus-article-time-format variable.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defun article-date-user (&optional highlight)
  "Convert the current article date to the user-defined format.
This format is defined by the `gnus-article-time-format' variable."
  (interactive (list t) gnus-article-mode)
  (article-date-ut 'user-defined highlight))