Variable: TeX-date-format
TeX-date-format is a customizable variable defined in latex.el.
Value
"%Y/%m/%d"
Documentation
The default date format prompted by TeX-arg-date.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom TeX-date-format "%Y/%m/%d"
"The default date format prompted by `TeX-arg-date'."
:group 'LaTeX-macro
:type 'string)