Skip to content

Instantly share code, notes, and snippets.

@workmad3
Created May 12, 2010 09:23
Show Gist options
  • Save workmad3/398373 to your computer and use it in GitHub Desktop.
Save workmad3/398373 to your computer and use it in GitHub Desktop.
class Date
def wday_name
self.strftime("A")
end
end
Date.yesterday.wday_name #=> "Tuesday"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment