Get Result from json file. How To convert this object type "1515628800000" into C# Date Time format. i tried to this method but it give me exception.
DateTime.ParseExact(item.StartDate, @"dd/MM/yyyy", CultureInfo.InvariantCulture);
Get Result from json file. How To convert this object type "1515628800000" into C# Date Time format. i tried to this method but it give me exception.
DateTime.ParseExact(item.StartDate, @"dd/MM/yyyy", CultureInfo.InvariantCulture);