json date convert
摘要:function getDateTime(jsondate) { var date = new Date(parseInt(jsondate.replace("/Date(", "").replace(")/", ""), 10)); var year = date.getFullYear()...
阅读全文
posted @ 2014-09-14 11:38
posted @ 2014-09-14 11:38