Variable: newsticker-treeview-date-format

newsticker-treeview-date-format is a customizable variable defined in newst-treeview.el.gz.

Value

"%d.%m.%y, %H:%M"

Documentation

Format for the date column in the treeview list buffer.

See format-time-string for a list of valid specifiers.

This variable was added, or its default value changed, in Emacs 25.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-treeview.el.gz
(defcustom newsticker-treeview-date-format
  "%d.%m.%y, %H:%M"
  "Format for the date column in the treeview list buffer.
See `format-time-string' for a list of valid specifiers."
  :version "25.1"
  :type 'string)