OpenProcess EDMS - Today's Date Placeholder
complete
J
John McMahon
It would be useful to have Today's date available to dynamic template based PDFs are generated when OpenProcess EDMS is licensed. I.e.
{% DateTime FormatString="dd/MM/yyyy" %}
So if you want a letter to show today's date in it - particularly relevant if you want to tell someone to do something within say 7 days from today's date.
All of the variations found here: https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings will be supported. E.g.
"MMMM dd, yyyy" will give November 19, 2021
"dddd, MMMM dd, yyyy" will give Friday, November 19, 2021
J
John McMahon
complete