Re: [Rails] about active_record timestamps
On Thu, Jul 15, 2010 at 12:09 PM, Rob Biedenharn
<Rob@agileconsultingllc.com> wrote:
> Try:
>
> Product.find(:all, :conditions => ["DATE(created_at) = ?", selected_date])
Note: this makes an assumption about what DB you're using -- e.g.
Oracle has no such function and will throw an error :-)
FWIW,
--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
twitter: @hassan
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home