Setting a minMonth / minDay like minYear and maxYear?

2011-07-13 Thread Shaz
http://book.cakephp.org/view/1390/Automagic-Form-Elements ^^ It's possible for me to make sure a user doesn't choose beyond a minimum and maximum years, but whats the best way of putting limits on the months and days as well? Basically I want to make sure a user can only select a date in the

Re: Setting a minMonth / minDay like minYear and maxYear?

2011-07-13 Thread euromark
use a js datepicker those can be configured to disable those dates and always make sure the validation in php (backend) is there as well (as frontend js validation can be tempered with in the browser) On 13 Jul., 18:38, Shaz shazam...@gmail.com wrote: