charge/date

Types

pub type IsoDate {
  IsoDate(year: Int, month: Int, day: Int)
}

Constructors

  • IsoDate(year: Int, month: Int, day: Int)

Values

pub fn compare(a: IsoDate, b: IsoDate) -> order.Order
pub fn parse(str: String) -> Result(IsoDate, error.ChargeError)
pub fn to_string(date: IsoDate, sep: String) -> String
Search Document