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,...
asked by
20.10.2014 / 22:34