public
Fork of timcharper/calendar_date_select
Description: A popular and flexible JavaScript DatePicker for RubyOnRails (and others)
Homepage: http://code.google.com/p/calendardateselect/
Clone URL: git://github.com/edwinmoss/calendar_date_select.git
Edwin Moss (author)
Thu Feb 19 10:38:49 -0800 2009
commit  e411f879880c3a08ec69e95895df146db1e7ba83
tree    9f1f2bfd1da19463c5f024c13946cbbaa6cd3a03
parent  71ec974bf96c332b9c171488ac2a77b406740ee0 parent  b63886b73d25bbebd482abbfdacc29bac1b09f90
calendar_date_select / Readme.txt
100644 17 lines (9 sloc) 0.394 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
= 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.