Hi
If text containing word like OCTOBER it is converting it into datetime.date(2022, 10, 1) such that it is converting it into current year and current date which I do not want. SO if text is having only month present then it should only return me the month name. How can I achieve this.
Hi If text containing word like OCTOBER it is converting it into datetime.date(2022, 10, 1) such that it is converting it into current year and current date which I do not want. SO if text is having only month present then it should only return me the month name. How can I achieve this.