pr_time

Function pr_time 

Source
pub fn pr_time(d: &str) -> String
Expand description

返回当前时间 pr_time

参数 d 格式 “%Y-%m-%d %H:%M:%S”

§Examples

pr_time("%Y-%m-%d %H:%M:%S");

调用方法