public
Description: A popular and flexible JavaScript DatePicker for RubyOnRails (and others)
Homepage: http://code.google.com/p/calendardateselect/
Clone URL: git://github.com/timcharper/calendar_date_select.git
. 
chase (author)
Fri Nov 20 09:52:35 -0800 2009
timcharper (committer)
Mon Nov 30 09:00:43 -0800 2009
name age message
file .gitignore Thu Feb 19 21:16:15 -0800 2009 ignore gems [timcharper]
file History.txt Sat Oct 03 11:14:50 -0700 2009 updated history [timcharper]
file MIT-LICENSE Mon Sep 03 03:04:35 -0700 2007 fixed spelling on the license file git-svn-id:... [timcharper]
file Manifest.txt Sun Nov 30 00:10:55 -0800 2008 updated to include new files [timcharper]
file README.txt Tue Apr 28 11:34:14 -0700 2009 Renamed Readme.txt to README.txt for case sensi... [mhaley]
file Rakefile Thu Feb 19 21:44:04 -0800 2009 rake file task description [timcharper]
file init.rb Sat Nov 22 23:08:34 -0800 2008 Cleaning up to prepare for ruby-forge release ... [timcharper]
directory js_test/ Sat Oct 03 11:02:32 -0700 2009 added test for iso date format [timcharper]
directory lib/ Tue Apr 28 11:34:13 -0700 2009 Don't call type on nil. Signed-off-by: Tim Har... [mhaley]
directory public/ Fri Nov 20 09:52:35 -0800 2009 . [chase]
directory spec/ Thu Feb 19 21:42:11 -0800 2009 don't include the :image option in the input field [timcharper]
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.