Hey, Easy question, my brain is empty today.. I have a array with month(1-12) and a given month.
var cMonate = new Array("Januar", "Februar", "März", "April", "Mai", "Juni", "Juli",
"August", "September", "Oktober", "November", "Dezember");
My given month:
var Month = currentMonth.getMonth();
Month is 8. Now I will read the last 3 month and the coming month.
Easy sample: may june july august september october november
How can I find out ?