Open Issues Need Help
View All on GitHub Application Development • Data Management & Tracking
human readable dates and parsing 29 days ago
AI Summary: Implement two utility functions: one to parse human-readable dates (e.g., "last Friday", "tomorrow") into Python `date` objects, and another to format `date` objects into human-readable strings. These functions will be used in a personal movie and series database application with CLI and TUI interfaces.
Complexity:
4/5
good first issue