// author: Jannik Strötgen
// email:  stroetgen@uni-hd.de
// date:   2015-03-24
// This file contains normalization information for month numbers.
"1","01"
"01","01"
"2","02"
"02","02"
"3","03"
"03","03"
"4","04"
"04","04"
"5","05"
"05","05" 
"6","06"
"06","06"
"7","07"
"07","07"
"8","08"
"08","08"
"9","09"
"09","09"
"10","10"
"11","11"
"12","12"
