Skip to content

Instantly share code, notes, and snippets.

Created June 23, 2016 20:07
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 anonymous/b981403d3d8da4e0232df952df514dd5 to your computer and use it in GitHub Desktop.
Save anonymous/b981403d3d8da4e0232df952df514dd5 to your computer and use it in GitHub Desktop.
my_date = Date.new(2016,3,4)
last_day_of_month = Date.new(my_date.year, my_date.month, 1).next_month.prev_day
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment