month1 = month1.toLowerCase(); var months = ["jan", "feb", "mar", "apr", "may", "jun", "jul", "aug", "sep", "oct", "nov", "dec"]; month1 = months.indexOf(month1);