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

Closed
opened 2026-05-07 02:13:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6497
Author: @Faizanq
Created: 12/27/2025
Status: Merged
Merged: 1/6/2026
Merged by: @youngcw

Base: masterHead: fix/date-format-filter-issue-6341


📝 Commits (1)

  • d3f10db Fix date format interfering with month filter edit

📊 Changes

2 files changed (+12 additions, -3 deletions)

View changed files

📝 packages/desktop-client/src/components/filters/FiltersMenu.tsx (+6 -3)
upcoming-release-notes/6497.md (+6 -0)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/6497 **Author:** [@Faizanq](https://github.com/Faizanq) **Created:** 12/27/2025 **Status:** ✅ Merged **Merged:** 1/6/2026 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `fix/date-format-filter-issue-6341` --- ### 📝 Commits (1) - [`d3f10db`](https://github.com/actualbudget/actual/commit/d3f10dbd01b456b7fece4db26e4aafb6a5721a2d) Fix date format interfering with month filter edit ### 📊 Changes **2 files changed** (+12 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/filters/FiltersMenu.tsx` (+6 -3) ➕ `upcoming-release-notes/6497.md` (+6 -0) </details> ### 📄 Description ## 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 --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-07 02:13:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#60220