Displaying 2 results from an estimated 2 matches for "open_date".
2013 Feb 18
1
Calculating seasonal anomalies
...here I have indicated the basic idea of what I want to
do under Question 1 and 2. I assume I will have to create a custom function
or use one of the apply functions, but I would greatly appreciate any help
on how this can be achieved.
# sample of data frame
> dput(head(Dat, 10))
structure(list(open_date = structure(c(11742, 11966, 11987, 12001,
12015, 12029, 12043, 12064, 12085, 12099), class = "Date"), Dry_w = c(2.4,
14.05, 28.55, 20.76, 18.6, NA, 20.72, 18.47, 12.42, 25.57), PP_int = c(NA,
1281.52, 1352.15, 1333.05, 959.6, 738.24, 176.73, NA, 108.61,
518.42)), .Names = c("open...
2006 Dec 14
12
Saving dates
Hi having trouble saving dates in my form i have the following in the
view
<%= date_select("details", "open_date") %>
and i have
@exhibition.open_date = params[:details][:open_date]
and then
@exhibition.save
All the other values form (not seen here) get saved but not the dates.
What am i doing wrong ?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~--...