• 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: calendar output select date

calendar output select date 2 years 5 months ago #42333

  • iefke
  • iefke's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
HI,

I have a form so people can send in orders. I have got to work with this code so they can not select pickup date in two days:

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

But what i want is the that if they order before 12:00 am they can pick it up in 2 days. If they order at 13:00 pm they can select a date 3 days ahead. So monday morning, they can pick it up wednesday. If they order monday afternoon the first day to select is next thursday.

How can i a get that code?

Hope someone can help me out. Thanks in advance.
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!