joomla1.5 - Joomla Datepicker - Hiding Future date -
i need disable future dates end date in joomla.
<?php echo jhtml::calendar('','enddate','enddate','%y-%m-%d'); ?>
any idea...
- "need hide future dates"
it not possible using calendar field. http://docs.joomla.org/calendar_form_field_type
even if possible, users manually type in date in future in field calendar pop-up fills out text field submitted rest of form. if locked people hack using firebug or similar.
i think correct implementation validate selected date after entering , throw error if in future , similar in php avoid users manipulating submitted data.
Comments
Post a Comment