>From what Fred mentioned, you can also use timetoday.wday to get the corresponding day name from the Date::DAYNAMES Array constant.
Try this and see what you get: puts Date::DAYNAMES[timetoday.wday] Franz --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

