摘要:
var ff='2018-04-30 14:20:30'; var reg = /-| |:/g; var IosstartTime=ff.replace(reg,','); var str = IosstartTime+ ''; var arr = str.split(','); var vv = 阅读全文
摘要:
var format: function(time) { var now = new Date(time), year = now.getFullYear(), month = now.getMonth() + 1, day = now.getDate(); return month + "月" + 阅读全文