B
Bruce Vander Werf
I need to format a DateTime in the following format:
"Mmm dd hh:mm:ss"
Where Mmm is the three-letter abbreviation for the month.
What's the best way to do this in C#?
--Bruce
"Mmm dd hh:mm:ss"
Where Mmm is the three-letter abbreviation for the month.
What's the best way to do this in C#?
--Bruce