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

💡 [FEAT] Parse human-readable due dates #71

Closed
ehawman opened this issue Sep 28, 2022 · 2 comments
Closed

💡 [FEAT] Parse human-readable due dates #71

ehawman opened this issue Sep 28, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@ehawman
Copy link

ehawman commented Sep 28, 2022

Is your feature request related to a problem? 😢 Please describe.
dd-mm-yyyy is understandable, but somewhat clunky. It also requires that you look up or calculate dates yourself ("What is next Friday's date again?")

Describe the solution you'd like 🤔
Implement the dateparser library. It parses human-readable date strings into python datetime objects.

Describe alternatives you've considered 🧐
Gitting gud @ dates 😜

Additional context 📝

@ehawman ehawman added the enhancement New feature or request label Sep 28, 2022
@kraanzu
Copy link
Owner

kraanzu commented Sep 29, 2022

Hi @ehawman,
This looks super awesome! Thanks for sharing it!
I'll create a new release soon. Will add it to that <3

@kraanzu kraanzu added this to the v1.0 milestone Oct 5, 2022
@kraanzu
Copy link
Owner

kraanzu commented Mar 2, 2023

Implemented!

@kraanzu kraanzu closed this as completed Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants