Future Date?

Q

Quack Boy

Is it possible to print a future date function in a form? Say for
example I wanted to print the date in thirty days time

DATE:{date \@ "MMMM d+30 days, yyyy"}

where d+30 days is the current day + 30 days.

Thank you.
 
J

Jezebel

You can't do it directly. Sadly -- and for no obvious reason -- Word fields
do not support arithmetic on dates. It is however very easy to do with
macros. You can use the DateAdd() function, or if you are just dealing with
days you can add them directly: FutureDate = Now + 30.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top