[PR #6497] Fix date format interfering with month filter edit #6566

Closed
opened 2026-02-28 21:30:06 -06:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/actualbudget/actual/pull/6497

State: closed
Merged: Yes


Summary

  • Fix month filter edit popup showing date in wrong format for non-default date formats
  • The edit popup was always displaying dates in mm/yyyy format regardless of user's date format preference
  • Now respects the configured date format setting

Test plan

  • Set date format to YYYY-MM-DD in Settings
  • Go to any account transactions
  • Add a Month filter (e.g., 2025-12)
  • Click on the filter badge to edit it
  • Verify the input shows "2025-12" (not "12/2025")

Fixes #6341

Summary by CodeRabbit

  • Bug Fixes
    • Fixed month filter edit popup displaying dates in the wrong format when using non-default date format settings.

✏️ Tip: You can customize this high-level summary in your review settings.

**Original Pull Request:** https://github.com/actualbudget/actual/pull/6497 **State:** closed **Merged:** Yes --- ## Summary - Fix month filter edit popup showing date in wrong format for non-default date formats - The edit popup was always displaying dates in mm/yyyy format regardless of user's date format preference - Now respects the configured date format setting ## Test plan - [x] Set date format to YYYY-MM-DD in Settings - [x] Go to any account transactions - [x] Add a Month filter (e.g., 2025-12) - [x] Click on the filter badge to edit it - [x] Verify the input shows "2025-12" (not "12/2025") Fixes #6341 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Fixed month filter edit popup displaying dates in the wrong format when using non-default date format settings. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
GiteaMirror added the pull-request label 2026-02-28 21:30:06 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#6566