摘要:
在c# / ASP.net中我们可以通过使用DataTime这个类来获取当前的时间。通过调用类中的各种方法我们可以获取不同的时间:如:日期(2008-09-04)、时间(12:12:12)、日期+时间(2008-09-04 12:11:10)等。//获取日期+时间 DateTime.Now.ToSt... 阅读全文
摘要:
30天以内:select count(*) from TB where datediff(day,字段名,getdate()) between 0 and 3030-60天:select count(*) from TB where datediff(day,字段名,getdate()) betwe... 阅读全文