I have an instance of DateTime
and I would like to format that to a String. How do I do that? I want to turn the date into a string, something like “2013-04-20”.
I have an instance of DateTime
and I would like to format that to a String. How do I do that? I want to turn the date into a string, something like “2013-04-20”.