Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract only month or year but not full date #60

Open
Arpan03jain opened this issue Feb 11, 2022 · 0 comments
Open

Extract only month or year but not full date #60

Arpan03jain opened this issue Feb 11, 2022 · 0 comments

Comments

@Arpan03jain
Copy link

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.

@Arpan03jain Arpan03jain changed the title Extract only month or year but full date Extract only month or year but not full date Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants