Hi,
String = “20220808”. I want to convert this string to “08/08/2022”. Can anyone help?
Hi,
String = “20220808”. I want to convert this string to “08/08/2022”. Can anyone help?
DateTime.ParseExact(“20220808”,“yyyyMMdd”, System.Globalization.CUltureInfo.InvariantCulture)
Thanks can you remove that timestamp, I need to enter only mm/dd/yyyy into a calendar select date ?
so you are interested on a particular formating (as we dont touch the internal structure of a datetime):
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.