TD.Data.Birthdate
data Birthdate Source #
Constructors
Represents a birthdate of a user
Fields
Day of the month; 1-31
Month of the year; 1-12
Birth year; 0 if unknown
Defined in TD.Data.Birthdate
Methods
parseJSON :: Value -> Parser Birthdate #
parseJSONList :: Value -> Parser [Birthdate] #
toJSON :: Birthdate -> Value #
toEncoding :: Birthdate -> Encoding #
toJSONList :: [Birthdate] -> Value #
toEncodingList :: [Birthdate] -> Encoding #
showsPrec :: Int -> Birthdate -> ShowS #
show :: Birthdate -> String #
showList :: [Birthdate] -> ShowS #
(==) :: Birthdate -> Birthdate -> Bool #
(/=) :: Birthdate -> Birthdate -> Bool #
shortShow :: Birthdate -> String Source #
defaultBirthdate :: Birthdate Source #