Package de.xima.fc.user_portal.common
Class UserPortalDateUtils
- java.lang.Object
-
- de.xima.fc.user_portal.common.UserPortalDateUtils
-
public class UserPortalDateUtils extends Object
- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description UserPortalDateUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
formatOffsetTimestampToReadableString(OffsetDateTime offsetDateTime, Locale locale, boolean shortFormat)
Formats an offset date time to a readable string.
-
-
-
Method Detail
-
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.
-
-