birl/datetime
Types
pub type Date {
Date(year: Int, month: Int, day: Int)
}
Constructors
-
Date(year: Int, month: Int, day: Int)
Functions
pub fn difference(a: DateTime, b: DateTime) -> Duration
pub fn from_parts(date: Date, time: Time) -> DateTime