This is my template
\documentclass[article]{amsart}
\textheight 9.3in
\textwidth 6.5in
\topmargin -1cm
\usepackage[L7x]{fontenc}
\usepackage[utf8]{inputenc}
\oddsidemargin-.5cm \evensidemargin -.5cm
\usepackage{amsmath,amsthm,amsfonts,amssymb}
\usepackage{hyperref}
\usepackage{enumerate}
\usepackage[all]{xy}
\pagestyle{myheadings}
\usepackage{xypic}
\newcommand{\xra}{\xrightarrow}
\author{***}
\title{***}
\begin{document}
\date{30 september 2016}
\maketitle
\end{document}
So, with this, I am getting the date 30th sep 2016 in first page in footnote.
I am writing notes of some course. I want to have dates mentioned for each lecture which are obviously different for each and that too in the footnote.
Please let me know if there is any way to do that.
