Check out example codes for "c# format string to date yyyymmdd". It will help you in understanding the concepts better.
Code Example 1
DateTime dt = DateTime.ParseExact(dateString, "ddMMyyyy",
CultureInfo.InvariantCulture);
dt.ToString("yyyyMMdd");
Learn ReactJs, React Native from akashmittal.com