• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Calendar add days to date

Calendar add days to date 6 years 7 months ago #38496

Morning everyone,

i have been trying to add months to a date.

i have read the date operation help page and have managed to add months to the date as of today:

eg: Field1 date field, Field2 text box (to enter X Months) Field3 where the answer get put.

$_POST = date('m/d/Y',strtotime(' +'.$_POST.' months'));

the problem is it only takes todays date, not the date i have selected in field1

Any ideas?
Last Edit: 6 years 7 months ago by philip.thorley.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!