Skip to main content
Topic: How do I get a add days to date? (Read 871 times) previous topic - next topic

How do I get a add days to date?

I have entered_date and due_date.  If 2019-08-01 is entered in the entered _date, I want the due_date to automatically populate +1month.

I have the following code:

Code: [Select]
--date('Y-m-d', strtotime('+1month'))--

Need to do something like this for due_date:

Code: [Select]
entered_date +1month

How can I do this?

Evaluating PHPRad Classic 2.6.0 | Have licenses for other PHP generators.

Re: How do I get a add days to date?

Reply #1
Figured it out for anyone wondering.  You have to use Action After Add.
Evaluating PHPRad Classic 2.6.0 | Have licenses for other PHP generators.