I have an array that contains all the months of the year. I want to create a calendar.
var meses= new Array("Janeiro","Fevereiro","Marco","Abril","Maio","Junho","Julho","Agosto","Septembro","Outubro","Novembro","Dezembro");
With this array, how to do for the different days of the months, and for the month of February.