Class UserPortalDateUtils
java.lang.Object
de.xima.fc.user_portal.common.UserPortalDateUtils
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringformatOffsetTimestampToReadableString(OffsetDateTime offsetDateTime, Locale locale, boolean shortFormat) Formats an offset date time to a readable string.
-
Constructor Details
-
UserPortalDateUtils
public UserPortalDateUtils()
-
-
Method Details
-
formatOffsetTimestampToReadableString
public static String formatOffsetTimestampToReadableString(OffsetDateTime offsetDateTime, Locale locale, boolean shortFormat) Formats an offset date time to a readable string.- Parameters:
offsetDateTime- The offset date time to format.locale- The locale to use for formatting.shortFormat- Whether to use a short format.- Returns:
- The formatted date time.
-