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
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 Thu Feb 19 10:28:19 -0800 2009 Merge with coreteam. [Edwin Moss]
file README.txt Thu Feb 19 10:28:19 -0800 2009 Merge with coreteam. [Edwin Moss]
file Rakefile Thu Feb 19 21:44:04 -0800 2009 rake file task description [timcharper]
file init.rb Thu Feb 19 10:28:19 -0800 2009 Merge with coreteam. [Edwin Moss]
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/ Thu Oct 08 03:00:15 -0700 2009 Missing translation in polish locales [netmaniac]
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.