Cast it to a DateTime
((DateTime)ttUD08Row.Date01).ToString("yyyy-MM-dd");
Above is the reason why you have to force cast it.
Cast it to a DateTime
((DateTime)ttUD08Row.Date01).ToString("yyyy-MM-dd");
Above is the reason why you have to force cast it.