I have a line in which there is a short month name. \
string month = "Jun";
I need to get a month in the figure from this month.
Let's say I do this:
int monthInDigit = getMonth(month); monthInDigit <-- 6
How can i achieve this. If you cannot get my question, please, I will explain it correctly.
Thanxx in advance
source share