How do I format this so that it does what I want it to, Day.find_by_month_and_year( [Date::today.month + 1 if !Date::today.month == 12 else 1 end], [Date::today.year if !Date::today.month == 12 else Date::today.year + 1 end] ) WHICH IS to pass Day.find_by_month_and_year Date:today.month +1 if the month is not december otherwise pass, 1, and to pass as the second argument Date::today.year unless it IS the december, then I want it to pass it 1. Sam??? -- 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---