For an application we develop, we use the \"G\" format everywhere in our application.
\"G\"
We want to change a little bit this format:
We need to display
I'd create an extension method for DateTime, something like a ToPrettyPrintStringg() or whatever you wanna call it that returns the date in the format you wish, this way you can get it to display any date the way you want everywhere.