• 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: Date & Time Picker Today as Min date

Date & Time Picker Today as Min date 7 years 11 months ago #36921

  • Crispin
  • Crispin's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 75
  • Thank you received: 4
Anyone know how to set the min date to todays' date, whatever that maybe?
The administrator has disabled public write access.

Date & Time Picker Today as Min date 7 years 11 months ago #36927

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 634
  • Thank you received: 117
Hello,

You can try to achieve this by adding the following code into the Min Date area of your Date and Time Picker field:

//<code>
return date('m/d/Y');
//</code>
The administrator has disabled public write access.

Date & Time Picker Today as Min date 7 years 11 months ago #36928

  • Crispin
  • Crispin's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 75
  • Thank you received: 4
Thanks that worked :)
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!