dates-0.2.2.1: Small library for parsing different dates formats.

Safe HaskellNone
LanguageHaskell98

Data.Dates.Types

Synopsis

Documentation

data Time Source

Only time, without date

Constructors

Time 

Fields

tHour :: Int
 
tMinute :: Int
 
tSecond :: Int
 

months :: [String] Source

12 months names.

capitalize :: String -> String Source

capitalize first letter of the string