Skip to content

Add Level-8 (Dates and Times)#2

Merged
W1ndB10w merged 30 commits into
masterfrom
branch-Level-8
Oct 2, 2025
Merged

Add Level-8 (Dates and Times)#2
W1ndB10w merged 30 commits into
masterfrom
branch-Level-8

Conversation

@W1ndB10w
Copy link
Copy Markdown
Owner

@W1ndB10w W1ndB10w commented Oct 2, 2025

Level-8: Dates and Times

  • Implement support for dates and times in the deadline and event commands to allow users to specify task dates in a standardized format.
  • Stretch goal: Implement the schedule command to allow users to view all tasks scheduled for a specific date.

Changes Made

  • Added date parsing for Deadline and Event tasks

    • Dates are stored as LocalDate objects
      • Input format: yyyy-MM-dd (e.g., 2019-12-02)
      • Output format: MMM dd yyyy (e.g., Dec 02 2019)
  • Stretch goal: Added new schedule command to view tasks for a specific date

    • Command format: schedule yyyy-MM-dd
    • Filters and displays:
      • Deadlines that fall on the specified date
      • Events that span the specified date

@W1ndB10w W1ndB10w merged commit 8a4a7e9 into master Oct 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant