Special Functions Future Date

Questions, comments, and suggestions related to Typeitin.
Post Reply
kscharpen
Posts: 2
Joined: Wed Mar 09, 2022 10:36 pm

Special Functions Future Date

Post by kscharpen » Wed Mar 09, 2022 10:41 pm

Is there a way to use the special function Date {Date mm/dd/yyyy} and make it output for example today + 45 days to fill a form based on todays date, but instead with a future day say 45 calendar days from now? Thank you.

Wavget
Site Admin
Posts: 91
Joined: Wed Jan 16, 2019 4:32 pm

Re: Special Functions Future Date

Post by Wavget » Thu Mar 10, 2022 1:05 pm

You can add 45 days to the current date like this:

{Date mm/dd/yyyy,45}

Today, 03/10/2022, this would type 04/24/2022.

This function also works with negative numbers to subtract days:

{Date mm/dd/yyyy,-45}

Today, 03/10/2022, this would type 01/24/2022.

kscharpen
Posts: 2
Joined: Wed Mar 09, 2022 10:36 pm

Re: Special Functions Future Date

Post by kscharpen » Tue Mar 15, 2022 9:08 am

Thank you

Post Reply