Skip to content

Instantly share code, notes, and snippets.

@j-faria
Created February 11, 2019 17:49
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 j-faria/54aa87da716ebd7e212161d2bc451be1 to your computer and use it in GitHub Desktop.
Save j-faria/54aa87da716ebd7e212161d2bc451be1 to your computer and use it in GitHub Desktop.
Month name to number
months = {
'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