Module

Halogen.Datepicker.Format.Duration

Package
purescript-halogen-datepicker
Repository
slamdata/purescript-halogen-datepicker

#mkFormat Source

mkFormat :: forall f. Foldable f => f Command -> Either String Format

Re-exports from Data.Interval

#DurationComponent

data DurationComponent

Constructors

  • Second
  • Minute
  • Hour
  • Day
  • Week
  • Month
  • Year

Instances

  • Eq DurationComponent
  • Ord DurationComponent
  • Show DurationComponent