search for: close_date

Displaying 3 results from an estimated 3 matches for "close_date".

Did you mean: close_data
2010 Aug 06
1
apply family functions
Hi all, I would like to flag each record in the data according to certain conditions as specified below. For example, If "Close_date" in *dat* is between ("Open" & "Close") or ("Open1" & "Close1") or ("Open2" & "Close2") in *oc, *flag the records as "Valid", otherwise "Invalid" I would like to use sapply family functions if possible...
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/.
2010 Oct 02
0
Ajax observe_field not vorking on Rails
..."items_list" %> </div> And my controler is: def list sort = case params[''sort''] when "Title" then "title" when "address" then "address" when "close date" then "close_date" when "property_no_reverse" then "property_no DESC" when "address_reverse" then "address DESC" when "close_date_reverse" then "close_date DESC" end conditions = ["title LIKE ?&q...