How can I insert a date in the word content control using Office JS API?
Assign the date (formatted as you like) to a string var and then pass the var as the first parameter to the ContentControl.insertText method.