Compare commits
3 Commits
073e1fc21e
...
957850f7cc
Author | SHA1 | Date | |
---|---|---|---|
957850f7cc | |||
c2d43d8e78 | |||
fdb5918774 |
Binary file not shown.
Binary file not shown.
@ -1887,6 +1887,11 @@ 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