i have a strange behaviour when using the DateTime.ParseExact()
Works fine
DateTime.ParseExact("130314111405.000", "ddMMyyhhmmss.fff", null);
Format Exception
DateTime.ParseExact("130314130001.000", "ddMMyyhhmmss.fff", null);
Thanks for any helpful thoughts.