charge/date
Types
Values
pub fn compare(a: IsoDate, b: IsoDate) -> order.Order
pub fn date_decoder() -> decode.Decoder(option.Option(IsoDate))
pub fn parse(str: String) -> Result(IsoDate, error.ChargeError)
Parses dates in the format of yyyy-mm-dd. Does not validate the structure of the actual date
pub fn parser() -> fn(String) -> Result(
types.ParserState(IsoDate),
error.ChargeError,
)
Parz-based parser for date parsing. Parses dates in the format of yyyy-mm-dd