Variable: vhdl-date-format

vhdl-date-format is a customizable variable defined in vhdl-mode.el.gz.

Value

"%Y-%m-%d"

Documentation

Specifies the date format to use in the header.

This string is passed as argument to the command format-time-string. For more information on format strings, see the documentation for the format-time-string command (C-h f format-time-string).

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
(defcustom vhdl-date-format "%Y-%m-%d"
  "Specifies the date format to use in the header.
This string is passed as argument to the command `format-time-string'.
For more information on format strings, see the documentation for the
`format-time-string' command (C-h f `format-time-string')."
  :type 'string
  :group 'vhdl-header)