• 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: Limit date selection

Limit date selection 1 year 5 months ago #42343

  • vidma
  • vidma's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
How to limit user to not be able to select the past days and two next days of calendar field? Also how to limit only to labor days - unable day selection of Saturdays and Sundays.
The administrator has disabled public write access.

Limit date selection 1 year 5 months ago #42344

  • vidma
  • vidma's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
OK, first part sorted out

//<code>
return date('m/d/Y' , strtotime("+3 days"));
//</code>

Any ideas how to sort the second one regarding weekends?
The administrator has disabled public write access.

Limit date selection 1 year 3 months ago #42455

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 559
  • Thank you received: 102
Hello,

If you're using the Calendar field, you can take a look at this example.

If you're using the Date and Time picker field, you can take a look at this example.
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!