JS格式化时间的几种方法总结

JS格式化时间的几种方法总结方法一
方法
//格式化时间
function format(dat){
//获取年月日,时间
var year = dat.getFullYear()