Skip to content

Instantly share code, notes, and snippets.

@terrycojones
Created December 17, 2012 02:57
Show Gist options
  • Save terrycojones/4315486 to your computer and use it in GitHub Desktop.
Save terrycojones/4315486 to your computer and use it in GitHub Desktop.
monthNum = {
'jan' : 1,
'feb' : 2,
'mar' : 3,
'apr' : 4,
'may' : 5,
'jun' : 6,
'jul' : 7,
'aug' : 8,
'sep' : 9,
'oct' : 10,
'nov' : 11,
'dec' : 12,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment