Displaying 2 results from an estimated 2 matches for "feb2006".
Did you mean:
  feb2004
  
2011 Jan 16
2
xyplot: modify axis tick marks
....4
Apr2004	57.1
May2004	137.6
Jun2004	127.2
Jul2004	166.6
Aug2004	185.2
Sep2004	128.9
Oct2004	125.6
Nov2004	166.2
Dec2004	139.8
Jan2005	163.2
Feb2005	8.4
Mar2005	82.4
Apr2005	81.7
May2005	331.1
Jun2005	82.3
Jul2005	104
Aug2005	58.5
Sep2005	175.7
Oct2005	314.5
Nov2005	362.9
Dec2005	166
Jan2006	454.4
Feb2006	115.5
Mar2006	83.1
Apr2006	239.8
May2006	205.7
Jun2006	236.8
Jul2006	153.8
Aug2006	127.3
Sep2006	83.3
Oct2006	102
Nov2006	185.6
Dec2006	765.9
Jan2007	450.1
Feb2007	105.5
Mar2007	269.1
Apr2007	240.2
May2007	127.2
Jun2007	139
Jul2007	141.7
Aug2007	190.7
Sep2007	149
Oct2007	237.2
Nov2007	367.9
Dec2007...
2006 Jun 05
0
A drop down menu of months
...nth is March.
I would like to be able to do this in the view effectively:
<%= select( ''donated'', ''donated_on'', [[''Janurary 2006'', DATETIME for 
JAN2006],
                                      [''Feburary 2006'', DATETIME for 
FEB2006],
                                      [''March 2006'', DATETIME for 
MAR2006]]) %>
so that, when the user selects the entry and submits for it, I will be 
able to process that data and query the information from my db 
accordingly.
-- 
Posted via http://www.ruby-forum.com/.