Wednesday, April 28, 2010

[Rails] Re: Re: Find by Date Regardless of Time

Rob Biedenharn wrote:
> Be careful with a range that entries that happen to fall exactly on
> midnight aren't counted on both the preceding and following days.

User.find(:all, :conditions => { :created_at =>
(Date.today)...(Date.today + 1) })

SELECT * FROM "users" WHERE ("users"."created_at" >= '2010-04-28' AND
"users"."created_at" < '2010-04-29')
--
Posted via http://www.ruby-forum.com/.

--
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


Real Estate