I’m trying to have my LaTeX articles print with both the current date and the time. I found a package called datetime which lets me redefine \today to a variety of formats. But it doesn’t have an obvious way to modify \today to include the time, and the code is so twisted that I can’t figure it out myself. Is there an easy way to do this?
EDIT
I want to have the time automatically printed with the date on the front page when I run the \maketitle command. As by default, it executes in the hidden command \date{\today}.
Nevermind my comment,
I found something that works without all the makeatletters