HtcSerialNumberDates(String code, int year, String month, int date){
        this.code = code;
        this.year = year;
        this.month = month;
        this.date = date;