thinkphp中在页面怎么格式输出小数和时间
时间:2020-01-03 00:08:25
收藏:0
阅读:160
价钱格式化:{$p.sale|number_format=###, 2, ‘.‘, ‘‘} 两位有效数字
或者 {$p.sale|round=###,2}
时间格式化:{$p.time|date=‘Y-m-d H:i:s‘,###}
原文:https://www.cnblogs.com/apolloren/p/12142279.html
评论(0)