R
Roy Chastain
I am trying to format a DateTime using ToString(). I am using the "t" formating for short time. The system is configured to use
HH.mm.ss but the result formatted time is in the default short time of h.mm tt. I have tried passing in a DateTimeFormatInfo that
was returned from DateTimeFormatInfo.CurrentInfo, but that did not work.
Bottom line is that I don't have any idea how to do this. I expect that it is simple once I know the plan.
Anyone have code to get this right they could share?
Thanks
HH.mm.ss but the result formatted time is in the default short time of h.mm tt. I have tried passing in a DateTimeFormatInfo that
was returned from DateTimeFormatInfo.CurrentInfo, but that did not work.
Bottom line is that I don't have any idea how to do this. I expect that it is simple once I know the plan.
Anyone have code to get this right they could share?
Thanks