...a button object in your SOPs and call it "date" (no quotes)
2. In Tools, JavaScript, Set Document Actions, Document Will Print, Edit paste
/* Create a date object containing the current date. */
var d1 = new Date();
/* num contains the numeric representation of the current date. */
var num...