Links
DateSplicer
Categories
DateSplicer
DateSplicer is a Ruby on Rails plugin which adds the dynarch.com dhtml calendar widget to your Rails application as a fully integrated user control.
Use DateSplicer to set up your application with a calendar (“date picker”), as well as date input shortcuts. For instance, typing “+4” in a date field and then hitting the tab key results in the current date + 4 days.
Vitals
| Home | http://datesplicer.solin.eu/ |
|---|---|
| Repository | http://svn.solin.eu/plugins/datesplicer/date_splicer/ |
| License | Rails' (MIT) |
| Tags |
|
| Rating | (0 votes) |
| Owner | Onno Schuit |
| Created | 22 August 2008 |
Comments
-
Hi,
plugin seems great, but I get an "uninitialized constant ActionView::Helpers::FormHelper::Locale" error :/ I tried to google this, but found nothing pertinent :( no idea of what this Locale shoold be and where it should be initialised any help please ? thanks in advance :)
-
@JayIsHappy: I've uploaded a new version of DateSplicer, which is compatible with Rails 2.3. DateSplicer no longer relies on (Globalize's) Locale, but uses the standard I18n localization mechanism instead.
Alternatively, you can specify your own date format (please see documentation on DateSplicer site datesplicer.solin.eu).
Onno
-
@JayIsHappy: This should be fixed now. I've updated the localization options to be Rails 2.3 compatible.
-
Hi, which version of DateSplicer is Rails 2.1 compatible? (I'm using Globalite too)
Thanks!

