• 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: Second date not older than first date

Second date not older than first date 5 years 5 months ago #38606

Hi,


On a reservation form 2 dates have to be filled in which the 2nd date can not be before the first date. Is this a solution?

Danny
The administrator has disabled public write access.

Second date not older than first date 5 years 5 months ago #38607

  • RPPEO
  • RPPEO's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 67
  • Thank you received: 6
Document 1 on how to do this: www.rsjoomla.com/support/documentation/r...g-date-modifier.html
#2: www.rsjoomla.com/support/documentation/r...fields/calendar.html

IE:
Examples:
The Date Modifier validation allows calendars to be connected between each other. Using the modifier you can control the date selection of one calendar based on another.
Code to prevent the user from selecting a date before today in the Calendar field placed inside the "Min date" field:
//<code>
return date('m/d/Y');
//</code>
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!