public interface TimestampFormatter
Timestamps
.Modifier and Type | Method and Description |
---|---|
String |
format(Timestamp timestamp)
Formats a timestamp.
|
boolean |
isValid(String timestamp)
Checks whether a formatted timestamp is compatible with the pattern of this formatter.
|
boolean isValid(String timestamp)
timestamp
- Formatted timestamptrue
if the given timestamp is compatible with the pattern of this formatter, false
if
notCopyright © 2024. All rights reserved.