railssignals / jquery_calendar_date_select forked from timcharper/calendar_date_select

A jQuery version of the popular and flexible JavaScript DatePicker for RubyOnRails (and others)

This URL has Read+Write access

jonas (author)
Sun Oct 05 14:35:44 -0700 2008
timcharper (committer)
Sat Nov 29 14:45:16 -0800 2008
name age message
file .gitignore Loading commit data...
file History.txt
file MIT-LICENSE Mon Sep 03 03:04:35 -0700 2007 fixed spelling on the license file git-svn-id:... [timcharper]
file Manifest.txt
file Rakefile Thu Feb 19 10:28:19 -0800 2009 Merge with coreteam. [Edwin Moss]
file Readme.txt Tue Apr 28 11:34:14 -0700 2009 Renamed Readme.txt to README.txt for case sensi... [mhaley]
file calendar_date_select.gemspec Thu Feb 19 10:28:19 -0800 2009 Merge with coreteam. [Edwin Moss]
file init.rb Sat Nov 22 23:08:34 -0800 2008 Cleaning up to prepare for ruby-forge release ... [timcharper]
directory js_test/ Sun Apr 06 01:57:13 -0700 2008 updated to reflect the movement of closeOnClick... [timcharper]
directory lib/
directory public/
directory test/
Readme.txt
= CalendarDateSelect

http://code.google.com/p/calendardateselect/

== Examples

"See a demo here":http://electronicholas.com/calendar

== Submitting patches

Please take care to do the following:

* Clean up your patch (don't send a patch bomb with a hundred features in one)
* Write test cases!
* As a general rule of thumb, think of ways to make things more general purpose than specific.