current = new Date(); current.setMonth(current.getMonth()+1); //If today is Jan, expect it to be Feb now