[Tex/LaTex] Can’t Remove Date from newlfm

newlfm

The date in the picture below is still appearing. If I remove the \begin{newlfm} and \end{newlfm} lines, it removes the date. But I also need to have things in my newlfm like the body of my cover letter. I need to remove that date, I can set my own date without it automating itself.

Here is my code:

\documentclass[11pt,stdletter,sigleft]{newlfm}
 \usepackage{charter}

 \widowpenalty=1000
 \clubpenalty=1000

 \newsavebox{\Luiuc}
 \sbox{\Luiuc}{%
     \parbox[b]{1.75in}{%



     }%
 }%

 \begin{document}
 \begin{newlfm}

 Enclosed is my curriculum vitae (including a list of

 \end{newlfm}
 \end{document}

Best Answer

In order to remove the date, set it to nothing/empty using \dateset{} or to something specific, like \dateset{12 December 2013}.