Function rustdx::bytes_helper::date_string

source ·
pub fn date_string(x: u32) -> String
Expand description

把 6 位 u32 日期转化成 %Y-%m-%d 格式,比如 20210801 => 2021-08-01