Example – I’d like the [start_date][year] field to go from smallest to largest, top to bottom instead of bottom to top.
Another example – I’d like the minutes to be every 5 minutes instead of every minute.
Obviously I could just write my own form fields using HTML, but – thought I’d first ask if it’s possible with Cake form options. I found ‘minYear’ and ‘maxYear’…was hoping there’d be other options.
Thanks in advance.
One of the big ones I was looking for was the “minutes to be every 5 minutes instead of every minute”. This one IS available by setting the field option:
'interval'=>5At the moment, it doesn’t appear the other option(s) are available.