The challenge here it create a beamer presentation such that it would show the date in which it was used, not the day it was compiled.
\documentclass{beamer}
\begin{document}
\begin{frame}
I compiled this presentation on \today, but I am presenting it today (\TODAY)!
\end{frame}
\end{document}