[PR #2189] [MERGED] feat: added day/month/year format #5140

Closed
opened 2026-03-23 22:17:25 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2189
Author: @Samiksha-Garg
Created: 4/4/2023
Status: Merged
Merged: 4/10/2023
Merged by: @a-wallen

Base: mainHead: adding-new-date-format


📝 Commits (3)

  • 3e43093 feat: added dd/mm/yyyy format
  • cb53417 fix: merged main branch
  • d051a7d feat: added test for dd/mm/yyyy format

📊 Changes

4 files changed (+16 additions, -0 deletions)

View changed files

📝 frontend/appflowy_flutter/assets/translations/en.json (+1 -0)
📝 frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/type_option/date.dart (+2 -0)
📝 frontend/rust-lib/flowy-database/src/services/field/type_options/date_type_option/date_tests.rs (+10 -0)
📝 frontend/rust-lib/flowy-database/src/services/field/type_options/date_type_option/date_type_option_entities.rs (+3 -0)

📄 Description

Calendar now supports Day/Moth/Year Date Format.

Screenshot 2023-04-04 at 9 49 44 PM

fixes #2156


🔄 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/AppFlowy-IO/AppFlowy/pull/2189 **Author:** [@Samiksha-Garg](https://github.com/Samiksha-Garg) **Created:** 4/4/2023 **Status:** ✅ Merged **Merged:** 4/10/2023 **Merged by:** [@a-wallen](https://github.com/a-wallen) **Base:** `main` ← **Head:** `adding-new-date-format` --- ### 📝 Commits (3) - [`3e43093`](https://github.com/AppFlowy-IO/AppFlowy/commit/3e430938bb173bf682c70d5648262f1d82895f01) feat: added dd/mm/yyyy format - [`cb53417`](https://github.com/AppFlowy-IO/AppFlowy/commit/cb534176566419628926b9b64233e8cd9d41991e) fix: merged main branch - [`d051a7d`](https://github.com/AppFlowy-IO/AppFlowy/commit/d051a7d49ca6c1762313b1c83d0fea28357d39a7) feat: added test for dd/mm/yyyy format ### 📊 Changes **4 files changed** (+16 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/assets/translations/en.json` (+1 -0) 📝 `frontend/appflowy_flutter/lib/plugins/database_view/grid/presentation/widgets/header/type_option/date.dart` (+2 -0) 📝 `frontend/rust-lib/flowy-database/src/services/field/type_options/date_type_option/date_tests.rs` (+10 -0) 📝 `frontend/rust-lib/flowy-database/src/services/field/type_options/date_type_option/date_type_option_entities.rs` (+3 -0) </details> ### 📄 Description Calendar now supports Day/Moth/Year Date Format. <img width="1440" alt="Screenshot 2023-04-04 at 9 49 44 PM" src="https://user-images.githubusercontent.com/79906086/229855198-9fdeedad-c427-4ac9-a68b-ad4f91b818b5.png"> fixes #2156 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:17:25 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#5140
No description provided.