pb中datetime型怎么转换为string型?
//语法:string(时间,格式)datetime ldt_nowstring ls_timeldt_now = datetime(today(),now()
)ls_time = string(ldt_now ,'yyyy-mm-dd')