Avatar

Level 2

$.rawValue = num2date(date(), DateFmt(1))

This works! It prints the date where I put the box.

How do I add: "This document was printed on" right before the date and have those words only show up when the document is printed, as well? The way I have tried it, the words are always sitting there... and that isnt what I want, I only want to see them when the document is actually printed. The answer is probably very obvious, Im just not seeing it!

If I can get this to work, it would at least be something. It wouldnt be the exact thing my supervisor wants, but it would be close.

Looks like this person here is looking to do the same thing as I am trying to do-except they are adding the 7-day part, I just want to say, "Document printed on [todays date]" Unfortunately, I just cant seem to follow what it is saying.