2017年5月7日

摘要: //今天DateTime.Now.Date.ToShortDateString(); //昨天,就是今天的日期减一DateTime.Now.AddDays(-1).ToShortDateString(); //明天,同理,加一DateTime.Now.AddDays(1).ToShortDateSt 阅读全文
posted @ 2017-05-07 18:36 幽默是一种心情 阅读(920) 评论(0) 推荐(0) 编辑
 
摘要: var date = $('#PurDate').datebox('getValue'); 阅读全文
posted @ 2017-05-07 11:56 幽默是一种心情 阅读(296) 评论(0) 推荐(0) 编辑