Created
April 4, 2018 15:38
-
-
Save verdimrc/e24e73b33323bdf5c9236da8e6c0cf26 to your computer and use it in GitHub Desktop.
Various tips with MS Office
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Insert a field for custom date property "Date completed", and display with the default format: | |
{ DOCPROPERTY "Date completed" \* MERGEFORMAT } | |
Insert a field for custom date property "Date completed", and display with a custom format: | |
{ DOCPROPERTY "Date completed" \@ "dd-MMMM-YYYY" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment