protectd string CutTime(string time) { DateTime date = Convert.DateTime(time); return date.ToString("yyyy-MM-dd").SubString(0,4); }