0
@Amit Gupta : i thank you for your help .
i want to change / into - in date how could i do it ?
0
string test = "07/Jan/2019:06:39:02";
i want to convert it into a date time but i can't because the : after 2019 it gives an exception
System.FormatException: 'String ' was not recognized as a valid DateTime.'
0
Can you post your complete string here?