You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Arpan03jain
changed the title
Extract only month or year but full date
Extract only month or year but not full date
Feb 11, 2022
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.
The text was updated successfully, but these errors were encountered: