I've got this .tex file
\documentclass{article}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{here}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}
\chead{}
\rhead{\thepage}
\lhead{name \date{\today}}
\lfoot{lecture, WS 2016/2017}
\rfoot{problem sheet no 2}
\begin{document}
\end{document}
But the Point is that the date isn't displayed anywhere?
Can anyone tell me what's wrong with this?
\dateand use just\today. – Johannes_B Nov 05 '16 at 13:59\datesaves a date for reuse with\maketitle. – Johannes_B Nov 05 '16 at 13:59\dateis primarily used to specify which date\maketitleshould print, so it does nothing useful here. – daleif Nov 05 '16 at 14:00