Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data DateFormatSymbolType

    text-icu Data.Text.ICU

    The possible types of date format symbols.

  2. data DateFormatter

    text-icu Data.Text.ICU

    This is an abstract data type holding a reference to the ICU date format object. Create a DateFormatter with either standardDateFormatter or patternDateFormatter and use it in order to format Calendar objects with the function formatCalendar.

  3. DefaultFormatStyle :: FormatStyle

    text-icu Data.Text.ICU

    Default style

  4. FullFormatStyle :: FormatStyle

    text-icu Data.Text.ICU

    Full style, such as Tuesday, April 12, 1952 AD or 3:30:42pm PST

  5. LongFormatStyle :: FormatStyle

    text-icu Data.Text.ICU

    Long style, such as January 12, 1952 or 3:30:32pm

  6. MediumFormatStyle :: FormatStyle

    text-icu Data.Text.ICU

    Medium style, such as Jan. 12, 1952

  7. NoFormatStyle :: FormatStyle

    text-icu Data.Text.ICU

    No style.

  8. data NumberFormatter

    text-icu Data.Text.ICU

    No documentation available.

  9. RelativeFormatStyle :: FormatStyle

    text-icu Data.Text.ICU

    Relative style: ICU currently provides limited support for formatting dates using a “relative” style, specified using RELATIVE_SHORT, RELATIVE_MEDIUM, RELATIVE_LONG or RELATIVE_FULL. As currently implemented, relative date formatting only affects the formatting of dates within a limited range of calendar days before or after the current date, based on the CLDR type="day"/relative data: For example, in English, “Yesterday”, “Today”, and “Tomorrow”. Within this range, the specific relative style currently makes no difference. Outside of this range, relative dates are formatted using the corresponding non-relative style (SHORT, MEDIUM, etc.). Relative time styles are not currently supported, and behave just like the corresponding non-relative style.

  10. ShortFormatStyle :: FormatStyle

    text-icu Data.Text.ICU

    Short style, such as 121352 or 3:30pm

Page 605 of many | Previous | Next