androidx.core.i18n


Classes

DateTimeFormatter

DateTimeFormatter is a class for international-aware date/time formatting.

DateTimeFormatterCommonOptions

Used to support common styles, similar to the ones defined in Closure / Material.

DateTimeFormatterJdkStyleOptions

This class provides functionality similar to the one in java.text.DateFormat.

DateTimeFormatterSkeletonOptions

This class helps one create skeleton options for DateTimeFormatter in a safer and more discoverable manner than using raw strings.

DateTimeFormatterSkeletonOptions.Builder

The Builder class used to construct a DateTimeFormatterSkeletonOptions in a way that is safe and discoverable.

DateTimeFormatterSkeletonOptions.Day

Day of month (numeric).

DateTimeFormatterSkeletonOptions.Era

Era name.

DateTimeFormatterSkeletonOptions.FractionalSecond

Fractional Second (numeric).

DateTimeFormatterSkeletonOptions.Hour

Hour (numeric).

DateTimeFormatterSkeletonOptions.Minute

Minute (numeric).

DateTimeFormatterSkeletonOptions.Month

Month number/name.

DateTimeFormatterSkeletonOptions.Period

The period of the day, if the hour is not 23h or 24h style.

DateTimeFormatterSkeletonOptions.Second

Second (numeric).

DateTimeFormatterSkeletonOptions.Timezone

The localized representation of the time zone name.

DateTimeFormatterSkeletonOptions.WeekDay

Day of week name.

DateTimeFormatterSkeletonOptions.Year

Calendar year (numeric).

MessageFormat