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

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -