Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- ps :: (HasLocalTime dt, HasDate dt) => Pattern (dt -> dt) (dt -> String) String
- pf :: (HasLocalTime (c cal), HasDate (c cal), IsCalendar cal, Bounded (Month cal), Read (Month cal), Show (Month cal), Enum (Month cal)) => Pattern (c cal -> c cal) (c cal -> String) String
- pF :: (HasLocalTime (c cal), HasDate (c cal), IsCalendar cal, Bounded (Month cal), Read (Month cal), Show (Month cal), Enum (Month cal)) => Pattern (c cal -> c cal) (c cal -> String) String
- pg :: (HasLocalTime dt, HasDate dt) => Pattern (dt -> dt) (dt -> String) String
- pG :: (HasLocalTime dt, HasDate dt) => Pattern (dt -> dt) (dt -> String) String
Standard Patterns
pf :: (HasLocalTime (c cal), HasDate (c cal), IsCalendar cal, Bounded (Month cal), Read (Month cal), Show (Month cal), Enum (Month cal)) => Pattern (c cal -> c cal) (c cal -> String) String Source #
The long date pattern followed by a space, followed by the short time pattern.
pF :: (HasLocalTime (c cal), HasDate (c cal), IsCalendar cal, Bounded (Month cal), Read (Month cal), Show (Month cal), Enum (Month cal)) => Pattern (c cal -> c cal) (c cal -> String) String Source #
The full date and time pattern. This is currently "dddd, dd MMMM yyyy HH:mm:ss".
pg :: (HasLocalTime dt, HasDate dt) => Pattern (dt -> dt) (dt -> String) String Source #
The short date pattern followed by a space, followed by the short time pattern.
pG :: (HasLocalTime dt, HasDate dt) => Pattern (dt -> dt) (dt -> String) String Source #
The short date pattern followed by a space, followed by the long time pattern.
Custom Patterns
Use combination of CalendarDate
and LocalTime
patterns