Skip to content

Instantly share code, notes, and snippets.

@jordelver
Created June 7, 2012 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jordelver/2889547 to your computer and use it in GitHub Desktop.
Save jordelver/2889547 to your computer and use it in GitHub Desktop.
Calculate the last day of the month
# From http://rubyquicktips.com/post/350625885/calculate-the-last-day-of-the-month
>> Date.civil(2010, 02, -1)
=> Sun, 28 Feb 2010
>> Date.civil(2010, -1, -5)
=> Mon, 27 Dec 2010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment