这样可以吗? DateTime t1=new DateTime(2005,12,30,12,0,0); DateTime t2=DateTime.Now; TimeSpan ts;//时间间隔类 ts=t2-t1;//ts 即为时间间隔!在C#下可以运行!你到ASP.NET下去试试!