Class TimeStampFormatter
java.lang.Object
com.github.eventmanager.formatters.TimeStampFormatter
The TimeStampFormatter class provides utility methods for validating time formats.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isValidTimeFormat
(String timeFormat) Checks if the provided time format is valid.
-
Constructor Details
-
TimeStampFormatter
public TimeStampFormatter()
-
-
Method Details
-
isValidTimeFormat
Checks if the provided time format is valid.- Parameters:
timeFormat
- the time format to validate.- Returns:
- true if the time format is valid, false otherwise.
-