Function neat_date_time::neat_date::string_from_u32
source · pub fn string_from_u32(date: u32) -> String
Expand description
Returns a human readable “YYYY-MM-DD” date from the u32 date
generated by u32_from_ymd()
pub fn string_from_u32(date: u32) -> String
Returns a human readable “YYYY-MM-DD” date from the u32 date
generated by u32_from_ymd()