2014年9月14日

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 refactor 阅读(278) 评论(1) 推荐(1)

导航