Searched refs:formatTimestamp (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/management/client/
H A DNotificationsFrame.java48 endTimelabel.setText(formatTimestamp(endtime));
49 startTimeLabel.setText(formatTimestamp(startime));
53 private String formatTimestamp(long timestamp) { method in class:NotificationsFrame

Completed in 23 milliseconds