date_time_text_field_helpers plugin moved to GitHub
My date_time_text_field_helpers plugin allows you to use text input fields for dates and times instead of the Rails standard select dropdowns. The plugin was up on Google Code but since I am mostly using git now, I just had to bring it over GitHub.
Updates will only be pushed to git from now on. The Google Code page will stay up for a while, until such time that I remember to pull it down.
1 comment1 Comment so far
Leave a reply

I am using your plugin and it works real fine! Congratulations! But tell me: how can i use auto tabbing option? What option should i put on field declaration??
Should it be something like
“/”, :auto_tab => true%>
???
Thank you!