Skip to content

Instantly share code, notes, and snippets.

@boosty
Created October 23, 2009 08:46
Show Gist options
  • Save boosty/216753 to your computer and use it in GitHub Desktop.
Save boosty/216753 to your computer and use it in GitHub Desktop.
Get the commercial week of the current year
#!/usr/bin/env ruby
#
# Get the commercial week of the current year.
#
require 'date'
puts Date.today.cweek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment