摘要: function CompareDate(d1,d2){ return ((new Date(d1.replace(/-/g,"\/"))) > (new Date(d2.replace(/-/g,"\/"))));} 阅读全文
posted @ 2009-06-02 11:19 小绅士 阅读(453) 评论(0) 推荐(0)