Or if you want abbreviated version you can use Date::ABBR_DAYNAMES[Time.now.wday]
Boško On Jun 5, 9:25 am, Franz Strebel <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---

