Home | History | Annotate | Download | only in python2.7

Lines Matching full:mon2num

1310 Mon2num = {'Jan': 1, 'Feb': 2, 'Mar': 3, 'Apr': 4, 'May': 5, 'Jun': 6,
1324 mon = Mon2num[mo.group('mon')]