Package com.io7m.jwheatsheaf.ui.internal
Interface JWFileTimeFormatterType
public interface JWFileTimeFormatterType
The type of file time formatters.
-
Method Summary
Modifier and Type Method Description java.lang.String
formatTime(java.nio.file.attribute.FileTime time)
Format the given file time as a humanly-readable string.
-
Method Details
-
formatTime
java.lang.String formatTime(java.nio.file.attribute.FileTime time)Format the given file time as a humanly-readable string.- Parameters:
time
- The time- Returns:
- The time as a string
-