2 releases

0.1.1 Oct 24, 2024
0.1.0 Oct 24, 2024

#230 in Date and time

Download history 225/week @ 2024-10-21 16/week @ 2024-10-28 27/week @ 2024-11-04

268 downloads per month

MIT license

6KB

dayjs

dayjs for rust

Usage

fn main() {
    // default
    let now = dayjs::dayjs();
    // timestamp
    let date3 = dayjs::from_timestamp(1729746657208);
    // GMT
    let date1 = dayjs::from_str("Thu, 24 Oct 2024 05:12:08 GMT");
    // ISO
    let date2 = dayjs::from_str("2024-10-24T05:12:15.395Z");
}

Dependencies

~3–4.5MB
~71K SLoC