Compare commits
No commits in common. "957850f7cc69f730d69174ee3311f4615d8adb88" and "073e1fc21e25cf471933c06b7ef72fa536d9e4a3" have entirely different histories.
957850f7cc
...
073e1fc21e
Binary file not shown.
Binary file not shown.
@ -1887,11 +1887,6 @@ i = 0;
|
||||
case "{PDFTime}":
|
||||
plstr = plstr.Replace("{PDFTime}", DateTime.Now.ToString("HH:mm:ss"));
|
||||
break;
|
||||
// F2023-087: Added PDFDate at PDFTime - note that cannot have multiple tokens in a conditional because of reg expression
|
||||
// processing.
|
||||
case "[PDFDateAtTime]":
|
||||
plstr = plstr.Replace("[PDFDateAtTime]", DateTime.Now.ToString("MM/dd/yyyy") + " at " + DateTime.Now.ToString("HH:mm:ss"));
|
||||
break;
|
||||
case "{EOPNUM}":
|
||||
case "[EOPNUM]":
|
||||
case "{PREDELIMEOPNUM}":
|
||||
|
Loading…
x
Reference in New Issue
Block a user