• Hi

    Forgive me, I'm very busy today and the first impulse that comes to mind:

    //string Month = ls[5];

    string m = ls[5];

    //month name to int

    int NoM = DateTime.Parse("1." + m + " 2015").Month;

    Be careful - not tested.

    Br.

    Mike