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.
-
text-icu Data.Text.ICU The possible types of date format symbols.
-
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.
DefaultFormatStyle :: FormatStyletext-icu Data.Text.ICU Default style
FullFormatStyle :: FormatStyletext-icu Data.Text.ICU Full style, such as Tuesday, April 12, 1952 AD or 3:30:42pm PST
LongFormatStyle :: FormatStyletext-icu Data.Text.ICU Long style, such as January 12, 1952 or 3:30:32pm
MediumFormatStyle :: FormatStyletext-icu Data.Text.ICU Medium style, such as Jan. 12, 1952
-
text-icu Data.Text.ICU No style.
-
text-icu Data.Text.ICU No documentation available.
RelativeFormatStyle :: FormatStyletext-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.
ShortFormatStyle :: FormatStyletext-icu Data.Text.ICU Short style, such as 121352 or 3:30pm