[转]用C#和SQL获得当前月的第一天和最后一天
摘要:
本文转自:http://abelstudy.spaces.live.com/blog/cns!897200FEE9FDF237!304.entry C# int year = DateTime.Now.Year; int month = DateTime.Now.Month; DateTime firstDayOfThisMonth = new DateTime(year, month, 1)... 阅读全文
posted @ 2008-04-29 16:35 freeliver54 阅读(992) 评论(2) 推荐(0)
浙公网安备 33010602011771号