摘要:
function ChangeDateFormat(cellval) { var date = new Date(parseInt(cellval.replace("/Date(", "").replace(")/", ""), 10)); var month = date.getMonth() + 1 < 10 ? "0" + (date.getMonth() + 1) : date.ge... 阅读全文
posted @ 2010-10-26 00:27
commas
阅读(1157)
评论(1)
推荐(2)

浙公网安备 33010602011771号