时间戳转年

来源:互联网 发布:python爬虫 pdf 编辑:程序博客网 时间:2024/06/10 03:56

int curtYear = DateTime.Now.Year;


 monthlist = month_targetBLL.GetModelList("YeJiMonth=" + YeJiMonth + " and DianId=" + DianId + " and FROM_UNIXTIME(CreateTime,'%Y')=" + curtYear + "");

0 0