Skip to content

Instantly share code, notes, and snippets.

@perryn
Created January 5, 2010 06:38
Show Gist options
  • Select an option

  • Save perryn/269198 to your computer and use it in GitHub Desktop.

Select an option

Save perryn/269198 to your computer and use it in GitHub Desktop.
>> d = Date.civil(2010,1,03)
=> Sun, 03 Jan 2010
>> d.wday
=> 0
>> d.beginning_of_week
=> Mon, 28 Dec 2009
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment