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.
ShorthandFormatControls :: BlockCodetext-icu Data.Text.ICU.Char No documentation available.
SmallFormVariants :: BlockCodetext-icu Data.Text.ICU.Char No documentation available.
SymbolsForLegacyComputing :: BlockCodetext-icu Data.Text.ICU.Char No documentation available.
-
text-icu Data.Text.ICU.Char No documentation available.
-
text-icu Data.Text.ICU.Char No documentation available.
module Data.Text.ICU.
DateFormatter Calendar formatter implemented as bindings to the International Components for Unicode (ICU) libraries. You display or print a Date by first converting it to a locale-specific string that conforms to the conventions of the end user’s Locale. For example, Germans recognize 20.4.98 as a valid date, and Americans recognize 42098. 👉 Note: The appropriate Calendar support is required for different locales. For example, the Buddhist calendar is the official calendar in Thailand so the typical assumption of Gregorian Calendar usage should not be used. ICU will pick the appropriate Calendar based on the locale you supply when opening a Calendar or DateFormat. Date and time formatters are used to convert dates and times from their internal representations to textual form in a language-independent manner.
-
text-icu Data.Text.ICU.DateFormatter The possible types of date format symbols.
-
text-icu Data.Text.ICU.DateFormatter 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.DateFormatter Default style
FullFormatStyle :: FormatStyletext-icu Data.Text.ICU.DateFormatter Full style, such as Tuesday, April 12, 1952 AD or 3:30:42pm PST