9091929394959697
Date d = DATE_FORMAT.parse(sms); this.refusedSMSDate = new Date(d.getTime()+System.currentTimeMillis()); } } catch (java.text.ParseException e) { this.refusedSMSDate = new Date(); throw new ParseException("Cannot parse SMSPolicy:"+sms); } }