I recently found that if I pass in a date string like the this
DateTime.Parse, parses it correctly and returns back 01/01/2002. Is this a documented behavior? Have you seen any documentation which discuss a behavior like this.
Just curious...
-Kris
Code:
DateTime.Parse("01-01/2002");
DateTime.Parse, parses it correctly and returns back 01/01/2002. Is this a documented behavior? Have you seen any documentation which discuss a behavior like this.
Just curious...
-Kris