摘要:
function parseDate(str){ if(str.match(/^\d{4}[\-\/\s+]\d{1,2}[\-\/\s+]\d{1,2}$/)){ return new Date(str.replace(/[\-\/\s+]/i,'/')); } else if(str.match... 阅读全文
posted @ 2012-06-28 15:28
yongtaiyu
阅读(3354)
评论(0)
推荐(0)

浙公网安备 33010602011771号