views:

31

answers:

1

How can I change the default order of the date_select helper?

+1  A: 

The helper offers a limited set of options. If you want to apply further customizations, you need to create your own.

Simone Carletti
I was looking for a way to modify the default setting used by the date_select helper...so I don't have to make the change in every instance.
Lee