<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
John,<br>
<div>
<div>On 23 Jan 2013, at 15:20, John B. Thoo wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">Hi.  I'd like to add a date-time stamp to "draftwatermark"; I'm using pdflatex.  <br>
</div>
</span></font></div>
</div>
</blockquote>
[snip]<br>
<blockquote type="cite">
<div>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">How do I do this?  Thanks.<br>
</div>
</span></font></div>
</div>
</blockquote>
<div><br>
</div>
Exactly the same way as discussed previously here (Subject: draftcopy "weirdness"  12/4/11) but now with the package "draftwatermark" instead of  the then used package "pdfdraftcopy". So try this now</div>
<div><br>
</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>==========</div>
<div>
<div>\usepackage{calc}</div>
<div>\usepackage{ifthen}</div>
<div>\newcounter{hours}\newcounter{minutes}</div>
<div>\newcommand\printtime{%</div>
<div> \setcounter{hours}{\time/60}%</div>
<div> \setcounter{minutes}{\time-\value{hours}*60}%</div>
<div> \ifthenelse{\value{hours}<10}{0\thehours}{\thehours}:\hspace{-0.33em}</div>
<div> \ifthenelse{\value{minutes}<10}{0\theminutes}{\theminutes}</div>
<div>}</div>
<div><br>
</div>
<div>%%%%%%%%%%%%%%%%%%%</div>
<div>\usepackage{draftwatermark}</div>
<div>\SetWatermarkText{</div>
<div>\begin{minipage}{17cm}</div>
<div>\begin{center}</div>
<div> DRAFT  \\ {\fontsize{48}{17}\selectfont \today, \printtime}</div>
<div>\end{center}</div>
<div>\end{minipage}</div>
<div><br>
</div>
<div><br>
</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>================</div>
<div><br>
</div>
<div>Hope that this does what you want. </div>
<div><br>
</div>
<div>Peter</div>
<div><br>
</div>
<div>PS: what was wrong with the previous code which you rather flatteringly called "<span class="Apple-style-span" style="border-collapse: collapse; font-family: Verdana, Geneva, Helvetica, Arial, sans-serif; font-size: 11px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">vamosdraft.sty"?</span></div>
</div>
</body>
</html>