System.DateTime.Now.ToShortDateString() //格式为: 2015/11/09 System.DateTime.Now.ToString("yyyy-MM-dd")//格式为: 2015-11-09