Add number to date
Open
Nobody has claimed this yet.
help wanted
- Dominant language
- Python
- Stars
- 1.1k
- Forks
- 127
- PR merge metrics
- No merged PRs in 30d
Description
Could a function number_to_date be added.
Ie would it be possible for 1974
to return
Nineteen seventy four
2004 would be
Two thousand and four
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing number-to-words entry points and tests in the inflect package, then review how related conversions are named and formatted. Implement the requested year examples, including the differing wording for 1974 and 2004, and add coverage showing those results; done means the new function returns the specified phrases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100