• 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: Validate Calendar Date

Validate Calendar Date 10 years 11 months ago #27612

  • yaani
  • yaani's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 41
  • Thank you received: 4
Can anyone help me with the code to make sure that a birthdate that is selected in a calendar is a minor (under 18) and display an error if the birthdate selected is greater than 18 years prior to the current date?

Thank you for any assistance with this.
The administrator has disabled public write access.

Validate Calendar Date 10 years 11 months ago #27622

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
By inserting the following code in the Max date attribute, it will restrict chosing a date that is in the timeframe of now and 18 years ago
//<code>
return date('m/d/Y', strtotime("18 year ago"));
//</code>

More information can be found in the Calendar article
My help is not official customer support. To receive your support, submit a ticket by clicking here
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!