vimeta-0.2.0.0: Frontend for video metadata tagging tools

Safe HaskellSafe
LanguageHaskell2010

Vimeta.UI.Common.Util

Synopsis

Documentation

parens :: Text -> Text Source

Wrap some text with parenthesis.

dayAsYear :: Maybe Day -> Text Source

Format a 'Maybe Day' as a year (Text).

dayRange :: Maybe Day -> Maybe Day -> Text Source

Given a start Day and an end Day, produce a string representing a range.