Forget the calendar I wrote yesterday about. It isn't very easy to change the display format of the date it uses. I prefer to use a date in the form dd-mm-yyyy. Not with an English name. The project is for a Dutch client, so it isn't acceptable to show "july 11, 2007".
I've restored my original implemenation.
calendar
There are 2 posts tagged calendar (this is page 1 of 1).
Found another Rails calendar popup
I finally found a more friendly date select plugin for rails: http://code.google.com/p/calendardateselect/
I will test it in my project I currently involved in.
Using it seams very easy:
<%= calendar_date_select_tag "e_date" %>;
The only requirement is to include the following in the head of the layout
<%= calendar_date_select_includes %>;