Skip to content

Instantly share code, notes, and snippets.

@wtnabe
Created January 6, 2012 08:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wtnabe/1569788 to your computer and use it in GitHub Desktop.
Save wtnabe/1569788 to your computer and use it in GitHub Desktop.
this month's weekday array
(Date.parse('2012-01-01')..Date.parse('2012-01-31')).to_a.find_all { |d|
not d.sunday? and not d.saturday?
}.map { |d|
d.day
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment