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 exemple
Code : Sélectionner tout - Visualiser dans une fenêtre à part DateDebut = DateTime.ParseExact(Infos[2].Substring(0,5)+DateTime.Now.Year.ToString(), "ddMMMyyyy", null);
Cordialement,
Partager