return dateTimeValue.ToString("MM-dd-yyyy");
Mehrdad Afshari
2009-01-20 12:31:47
Can't you use the string.Format
after you've done the conversion?
ie return string.Format("{0:d}", datDate);