tags:

views:

16

answers:

1

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 really figure it out myself. Is there an easy way to do this?

(EDIT) Basically, I want to have the time automatically print with the date on the front page when I run the \maketitle command.