Looks like you are right, I read the source a little closer. I saw that input was just using dateTime() and assume you could pass along a the format option, but when you get to the switch statement MDY is hardcoded.
There is already a Enhancement ticket in the trac for this at https://trac.cakephp.org/ticket/2405 (along with a few other dateTime enhancements). If you want it now you can apply the patch in the ticket. Geoff -- http://lemoncake.wordpress.com On Jul 20, 8:16 pm, Braindead <[EMAIL PROTECTED]> wrote: > On Jul 20, 1:02 am, Geoff Ford <[EMAIL PROTECTED]> wrote: > > > It is possible, you misread what speccy was saying. Use what you have > > and add a dateFormat key in the options array > > I tried to add the dateFormat key yesterday before posting my question > and I tried it 2 minutes ago. Both times the selects were displayed in > MDY order. As I already wrote it is fixed to MDY according to the API. > I use Cake 1.2.0.5427alpha. Maybe it was possible to change via the > dateFormat key in a version prior 1.2.0.5427alpha? > > How do I submit a change request to the Cake developers to change this > behaviour? > > Geoff, my site will be used by an online gaming clan. The oldest > member they have is 50. And I don't think that there will be someone > older than 60. ;-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
