Quote:
Originally Posted by macropod
You need to ensure the Custom Document Property type matches your content control's output. A date output as "Tuesday, 5 February" is text, whilst "5/2/2019" is a date. If using a date type, you'll also need code for handling your content control when it displays the placeholder text.
|
Ah, I didn't know a date output of "Tuesday, February 5" was considered text instead of a date. Thank you for all of the help!