• 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: Start view Date Time Picker from Min Date

Start view Date Time Picker from Min Date 7 years 5 months ago #37545

  • j.gede
  • j.gede's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
If I set the start end and end date in the Date and Time Picker, the view of the caleder is today. It is possible to show only the view from the start day?
The administrator has disabled public write access.

Start view Date Time Picker from Min Date 7 years 5 months ago #37554

  • j.gede
  • j.gede's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Hello,
does anyone know if it works as described above?
In the element Calendar (not Datepicker) this function is already active. I would also need the same for the Datepicker ...
The administrator has disabled public write access.

Start view Date Time Picker from Min Date 7 years 5 months ago #37555

  • j.gede
  • j.gede's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
The solution is to set the default value to the following:

date ( '18/03/2018' ) ;
The administrator has disabled public write access.

Start view Date Time Picker from Min Date 6 years 3 weeks ago #39041

  • mark48
  • mark48's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Thank you received: 1
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>

see also last line on this page: www.rsjoomla.com/support/documentation/r...fields/calendar.html
The administrator has disabled public write access.
The following user(s) said Thank You: michael4
  • 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!