[Tex/LaTex] How to set the date in beamer notes

beamerdatenotes

Is there a way to set an specific date (e.g. the presentation date) in beamer's notes?

Using \date{some date} has no effect in the notes. Only the compilation date is shown.

Thanks.

Best Answer

The compilation date is stored in \day, \month and \year. Without testing due to the lack of a MWE I therefore postulate that you might change the date shown with the following:

\day=24\relax
\month=12\relax
\year=0\relax
Related Question