P
pcupcakes
I am trying to modify the date code field to automatically populate a date in
my word document X number of days from the present date. Would I be able to
modify the following to accomplish this task and if so, how would you go
about doing it?
{ DATE \@ "dddd MM/dd/yy"}
So, when this document is edited today (08/18/05), the code will produce:
Thursday 08/18/05
I want to modify the code so it is always smart enough to add X days to the
date automatically. So, if I wanted it to display a date 7 days into the
future (X=7), output would automatically be adjusted to display:
Thursday 08/25/05
How can the date code listed above be modified to accomplish this? Thanks.
my word document X number of days from the present date. Would I be able to
modify the following to accomplish this task and if so, how would you go
about doing it?
{ DATE \@ "dddd MM/dd/yy"}
So, when this document is edited today (08/18/05), the code will produce:
Thursday 08/18/05
I want to modify the code so it is always smart enough to add X days to the
date automatically. So, if I wanted it to display a date 7 days into the
future (X=7), output would automatically be adjusted to display:
Thursday 08/25/05
How can the date code listed above be modified to accomplish this? Thanks.