Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4563248
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T18:19:52+00:00 2026-05-21T18:19:52+00:00

I have an event model which has start_at of type datetime. How can I

  • 0

I have an event model which has start_at of type datetime. How can I search to find if there is an Event left for today, so start_at between now and midnight.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T18:19:53+00:00Added an answer on May 21, 2026 at 6:19 pm

    In Rails 3, you can do this now:

    Range Conditions

    If you’re looking for a range inside
    of a table (for example, users created
    in a certain timeframe) you can use
    the conditions option coupled with the
    IN SQL statement for this. If you had
    two dates coming in from a controller
    you could do something like this to
    look for a range:

    Client.where(:created_at => (params[:start_date].to_date)..(params[:end_date].to_date))
    

    So in your case it would be:

    Event.where(:start_at => (Time.zone.now)..(Time.zone.now.end_of_day))
    

    Just tested and it also works without parentheses around Time.zone.now and Time.zone.now.end_of_day.

    (From Rails Guides)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a model for an event simply which has start_date and end_date and
Does jquery/javascript have any event model that you can attach to your objects? Basically
So, I have an Event model that has a starts_at and a ends_at column
I have an Event model that includes a start time field, which is stored
I have a notes model, which has a many-to-many relationship with the users model.
I have the following data model: Camp -> CampEvent <- Event. Camp has CampId
I have a model which can download data from a server and thus an
I have a parent entity in my model Event. And two child entities: Birthday,
I have model: [XmlRoot(ElementName = event, IsNullable=true)] public class Event { public int id
I have a Django model with separate Datefield and Timefield for an event. Is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.