Bonjour,
Voila mon soucis je lève une exception a cause d'un mauvais formatage quelqu'un a une idée?
Ou Infos[2].Substring(0,5) = "22OCT" par exempleCode:DateDebut = DateTime.ParseExact(Infos[2].Substring(0,5)+DateTime.Now.Year.ToString(), "ddMMMyyyy", null);
Cordialement,