摘要: 1、Unix时间转普通时间 var commonTime = new Date(parseInt(unixTime, 10)).pattern('yyyy-MM-dd') —— 转换成2016-10-01格式 yyyy-MM-dd hh:mm:ss.S ==> 2016-07-02 08:09:04 阅读全文
posted @ 2016-10-11 16:59 shiddong 阅读(337) 评论(0) 推荐(0) 编辑