Class ReportUtils
java.lang.Object
es.kukenan.smartfi.microservice.contracts.utils.ReportUtils
class for handler some util methods.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringformatEventDate(LocalDate date) Format date to string with event date format.static StringGet local date for report formatted.
-
Field Details
-
DATE_PATTERN
Formatted pattern for event dates.- See Also:
-
-
Constructor Details
-
ReportUtils
public ReportUtils()
-
-
Method Details
-
formatEventDate
Format date to string with event date format.- Parameters:
date- Date to format.- Returns:
- formatted date.
-
localDateFormattedForReport
Get local date for report formatted.- Returns:
- Formatted date.
-