Searched refs:dateFormat (Results 1 – 6 of 6) sorted by relevance
38 private DateFormat dateFormat = DateFormat.getInstance(); field in ExtendedCellRenderer49 super.setValue(dateFormat.format(value)); in setValue()
57 private final static String dateFormat = field in SysloglikeFormatter126 dateFormatter = new SimpleDateFormat(dateFormat); in format()
199 private SimpleDateFormat dateFormat = new SimpleDateFormat(); field in ImportWizard.ReviewStep266 dateLabel = new JLabel(dateFormat.format(new Date())); in ReviewStep()296 dateLabel.setText(dateFormat.format(header.getDate())); in setActive()
121 private DateFormat dateFormat = field in CreateAddressDialog455 expirationDate.setText(dateFormat.format(d)); in resetValues()546 Date d = dateFormat.parse(expirationDate.getText()); in buttonPressed()555 dateFormat.format(new Date()) in buttonPressed()
283 private final static String dateFormat = "MMM d kk:mm:ss"; field in DecisionHistory.Decision293 dateFormat); in describe()
528 public void setExpiration(DateFormat dateFormat, String date) in setExpiration() argument539 expiration = dateFormat.parse(date); in setExpiration()