Using the LaTeX command \today, I can insert the current date. Is there any way to insert the current year with a simple command? All I want is the simple 4 digit year that shows up in \today
views:
75answers:
1
+10
A:
\the\year
Here\yearrepresents a number and\thelets you output it as a text.
abenthy
2010-07-06 11:12:07
For the sake of completeness, is there a way to get just `'10`
Geoff
2010-07-06 12:50:54