fun amPmTextFor(value: Long, locale: <ERROR CLASS>): String?
Get the localized AM/PM text.
DateTimeException - if the value is not 0 or 1
Return
the localized AM/PM text or null if unavailable
fun amPmTextFor(value: Long, locale: Locale): String?
Overrides DateTimeTextProvider.amPmTextFor
Get the localized AM/PM text.
DateTimeException - if the value is not 0 or 1
Return
the localized AM/PM text or null if unavailable