Skip to content

Instantly share code, notes, and snippets.

@verdimrc
Created April 4, 2018 15:38
Show Gist options
  • Save verdimrc/e24e73b33323bdf5c9236da8e6c0cf26 to your computer and use it in GitHub Desktop.
Save verdimrc/e24e73b33323bdf5c9236da8e6c0cf26 to your computer and use it in GitHub Desktop.
Various tips with MS Office
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