| [ Web Proxy ] |
| Viewing: https://riptutorial.com/csharp/example/8906/datetime-parse-string- | [Back] [Original] |
[logo rip]
// Converts the string representation of a date and time to its DateTime equivalent
var dateTime = DateTime.Parse("14:23 22 Jul 2016");
Console.WriteLine(dateTime.ToString());
| Web Proxy Viewer | New URL | Original Page |