calendar_date_select icon indicating copy to clipboard operation
calendar_date_select copied to clipboard

A previously popular but no longer maintained JavaScript DatePicker for RubyOnRails (and others)

Results 11 calendar_date_select issues
Sort by recently updated
recently updated
newest added

Hi, I'm in the process of upgrading an app from Rails 2.3 to 3.2. In order to get the plugin working correctly I had to do the following: Add calendar...

Does your plugin support available dates or times? Say I have a db table that has dates and times available for that day, can I specify that days that are...

Currently default minutes value is set to the current time. It would be better if it was rounded to the nearest interval.

Hi , while i am using this gem i get wondering error. ## In environment file: CalendarDateSelect.format = :american # for i want MM/DD/YYYY format all setup fine calendar date...

We are using Asset Packager to compress our CSS and Javascript files. This is a great plus since it allows us to transmit only one compressed CSS and JS file,...

The cell assigned the "today" class (and consequently surrounded with a broken border) is consistently the previous day, not the current one. This behavior occurs regularly on Ubuntu Linux with...

For example, In one form I use LiveValidation to validate the dates. This JS creates a span after the input. Then when I click to launch the date picker, the...

Discovered by Nick Murphy at Saturn Systems: http://www.saturnsys.com/ Put "December 10, 2010" in your text field that is connected to the javascript calendar. Then hit the calendar. Get browser/js error:...

How to reproduce: Create Rails form with calendar date select and format = finnish (dd.mm.yyyy). Add "validates_presence_of :date" to rails model. Enter invalid date into input field (e.g. "25.6.20101", superfluous...