日期:2014-05-17 浏览次数:20622 次
string birthday="数据库中的生日字段值"; string sysTime=DateTime.Now.ToString("MMdd"); int temp=Int32.Parse(Convert.ToDateTime(birthday).ToString("MMdd"))-Int32.Parse(sysTime); if(temp>=0&&temp<7) { //生日快到了 }