码迷,mamicode.com
首页 > Web开发 > 详细

mvc获取时间戳

时间:2014-11-10 01:02:44      阅读:538      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   ar   os   sp   div   on   art   

1 DateTime dtStart = TimeZone.CurrentTimeZone.ToLocalTime(new DateTime(1970, 1, 1));
2                                     DateTime dtNow = DateTime.Parse(DateTime.Now.ToString());
3                                     TimeSpan toNow = dtNow.Subtract(dtStart);
4                                     string timeStamp = toNow.Ticks.ToString();
5                                     timeStamp = timeStamp.Substring(0, timeStamp.Length - 7);

 

mvc获取时间戳

标签:style   blog   color   ar   os   sp   div   on   art   

原文地址:http://www.cnblogs.com/mrcln/p/4086161.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!