def get_month_number(cls, month_index): date = arrow.Arrow(year=2000, day=1, month=month_index) return date.strftime("%m")