• 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: Setting minDate when a Dropdown Option Selected

Setting minDate when a Dropdown Option Selected 1 year 2 weeks ago #42709

  • tn2001co
  • tn2001co's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
I'm not sure how to set mindate of a date and time picker when a certain dropdown option is selected.
For example,
"1st Grade" is selected, "Birthday" mindate is 08/31/2016,
"2nd Grade" is selected, "Birthday" mindate is 08/31/2015.

So far I'm trying this but it only disable the certain date
www.rsjoomla.com/support/documentation/r...-time-picker.html#dd

jQuery(document).ready(function(){
var myDisabledDates = ;
myDateTPicker = RSFormPro.jQueryCalendar.calendars[25];
myDateTPicker.calendarInstance.setOptions({
disabledDates: myDisabledDates
});
});

Can anyone help?
Last Edit: 1 year 2 weeks ago by tn2001co.
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!