Home
last modified time | relevance | path

Searched refs:dateFormat (Results 1 – 6 of 6) sorted by relevance

/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
H A DExtendedCellRenderer.java38 private DateFormat dateFormat = DateFormat.getInstance(); field in ExtendedCellRenderer
49 super.setValue(dateFormat.format(value)); in setValue()
/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
H A DSysloglikeFormatter.java57 private final static String dateFormat = field in SysloglikeFormatter
126 dateFormatter = new SimpleDateFormat(dateFormat); in format()
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DImportWizard.java199 private SimpleDateFormat dateFormat = new SimpleDateFormat(); field in ImportWizard.ReviewStep
266 dateLabel = new JLabel(dateFormat.format(new Date())); in ReviewStep()
296 dateLabel.setText(dateFormat.format(header.getDate())); in setActive()
H A DCreateAddressDialog.java121 private DateFormat dateFormat = field in CreateAddressDialog
455 expirationDate.setText(dateFormat.format(d)); in resetValues()
546 Date d = dateFormat.parse(expirationDate.getText()); in buttonPressed()
555 dateFormat.format(new Date()) in buttonPressed()
/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DDecisionHistory.java283 private final static String dateFormat = "MMM d kk:mm:ss"; field in DecisionHistory.Decision
293 dateFormat); in describe()
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/
H A DDhcpClientRecord.java528 public void setExpiration(DateFormat dateFormat, String date) in setExpiration() argument
539 expiration = dateFormat.parse(date); in setExpiration()