current_time = Time.now (current_time.hour >= 17) and (current_time.hour <= 21)
=> true On Sat, Jun 27, 2009 at 5:30 PM, Jason Burgett<[email protected]> wrote: > > I have a Time object > > t = Time.now > > t > > Sat Jun 27 19:17:59 -0500 2009 > > Now I'm stuck trying to figure out an easy way to determine if "t" is > between two times. For example, is "t" between 5:00 PM and 9:00 PM. > -- > Posted via http://www.ruby-forum.com/. > > > > -- Robby Russell Chief Evangelist, Partner PLANET ARGON, LLC design // development // hosting w/Ruby on Rails http://planetargon.com/ http://robbyonrails.com/ http://twitter.com/planetargon aim: planetargon +1 503 445 2457 +1 877 55 ARGON [toll free] +1 815 642 4068 [fax] --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

