I need to convert this integer vector which contains the number of months in the year to month's name.
for example :
1
2
3
The expected result should be :
January
February
March
How can I do this, please? Thank you for your suggestions!
See Question&Answers more detail:os