jawosis
1
<% form_for @booking do |f| %>
…
<%= calendar_date_select_tag “datecome”, “#{Date.today}”, :popup =>
“force”,:year_range => [0.years.ago, 1.years.from_now] %>
I just updated to Revision 333 (calendar_date_select) and prototype
1.6.0.
Sometime datecome is empty, sometimes it is set.
I also tried:
<%= calendar_date_select_tag “datecome”, “#{Date.today}”, :popup =>
“force”,
:year_range => [0.years.ago, 1.years.from_now],
:name => “[booking]” %>
but this does not work, too.
Can somebody help?
jawosis
2
That plugin has a good amount of documentation. Have you checked out -
http://code.google.com/p/calendardateselect/wiki/Documentation
On Dec 29, 6:35 pm, Jochen K. [email protected]
jawosis
3
Am 30.12.2007 um 01:07 schrieb eggman2001:
That plugin has a good amount of documentation. Have you checked out -
Google Code Archive - Long-term storage for Google Code Project Hosting.
I already read it - without success.
I switched to Google Code Archive - Long-term storage for Google Code Project Hosting.
…and it works…it looks much more confortable to me.
–
Jochen