if(months.get(month_index)==5 ||months.get(month_index)==7  ||months.get(month_index)==10 ||months.get(month_index)==12 ){
            if(number_date-7>0){
                date.setText(String.valueOf((number_date-7)));

            }