Here the problem is, it displays the text “date” instead of the actual date. How to print the actual date?
Code: Select all
Code, edit and compile here:
\documentclass{article} \usepackage[margin=1.0in]{geometry} \usepackage[pdfstartview=FitH,unicode]{hyperref} \usepackage{graphics} \date{November 22, 2000} \begin{document} Hiiiiiiiiiiiiiiiiiiiiiiiii \\ Date is: \@date \end{document}