search for: jan08

Displaying 2 results from an estimated 2 matches for "jan08".

Did you mean: jan09
2008 Apr 19
1
Query: how to group data by months from a text file
...2092007 23.94 24.73 20.40 23092007 25.33 25.12 22.60 24092007 24.91 22.46 21.40 25092007 23.52 25.00 21.70 26092007 20.50 22.29 18.80 ... where in the first column there is the date (DDMMYYYY), in the last three columns data. I should divide these data by months (example:Jan07, Feb07, ..., Dec07, Jan08, ...), where the start and the end can change depending on the file. Could somebody give me some good hints about it? thank you Stefano [[alternative HTML version deleted]]
2007 Nov 06
2
retrieving values from combo box
<td><p align="right">Jul/10:</td> <td><%= select_tag "jul10", "<option>Y</option><option>N</option><option>R</option>" %></td> At the moment, my html form displays this combo box the way i want it, but it does not record down what the user has selected and save it to the database help please,