[PR #2414] [MERGED] Date format #5223

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/2414
Author: @vuzzer
Created: 5/2/2023
Status: Merged
Merged: 5/3/2023
Merged by: @appflowy

Base: mainHead: main


📝 Commits (8)

  • bd311ec build: fetch update from upstream
  • 2559ef0 fix: date format
  • fe3956d fix: date format
  • 6a3f2ee style: remove log package
  • 4106fff style: remove unused import
  • dc609aa chore: remove whitespace changes
  • 26bca5a chore: remove whitespace changes
  • b5dc5a9 chore: remove whitespace changes

📊 Changes

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

View changed files

📝 frontend/appflowy_flutter/assets/translations/en.json (+1 -1)
📝 frontend/rust-lib/flowy-database/src/services/field/type_options/date_type_option/date_type_option_entities.rs (+1 -1)

📄 Description

Feature Preview

This PR changes the previous date format from Month day,Year to Month day, Year. closes #2303

Screenshot

Capture d’écran 2023-05-01 à 23 19 28

PR Checklist

  • My code adheres to the AppFlowy Style Guide
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/2414 **Author:** [@vuzzer](https://github.com/vuzzer) **Created:** 5/2/2023 **Status:** ✅ Merged **Merged:** 5/3/2023 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (8) - [`bd311ec`](https://github.com/AppFlowy-IO/AppFlowy/commit/bd311ec410399bb7764305e253cda038e9984d1e) build: fetch update from upstream - [`2559ef0`](https://github.com/AppFlowy-IO/AppFlowy/commit/2559ef0902875f62d14eea8b002fdbc563c2ff90) fix: date format - [`fe3956d`](https://github.com/AppFlowy-IO/AppFlowy/commit/fe3956d46553c836e0aeae474fae5d77333b0701) fix: date format - [`6a3f2ee`](https://github.com/AppFlowy-IO/AppFlowy/commit/6a3f2ee4612dea5d07d5b7ffcfaf2a0b86406cad) style: remove log package - [`4106fff`](https://github.com/AppFlowy-IO/AppFlowy/commit/4106fffa7e1464067e426493bf3e98ca10fe6c8d) style: remove unused import - [`dc609aa`](https://github.com/AppFlowy-IO/AppFlowy/commit/dc609aa98cf7b7a02bb8b48be6b0f7755e332373) chore: remove whitespace changes - [`26bca5a`](https://github.com/AppFlowy-IO/AppFlowy/commit/26bca5a5147e9fba62e895bf0e1dfd6339baa777) chore: remove whitespace changes - [`b5dc5a9`](https://github.com/AppFlowy-IO/AppFlowy/commit/b5dc5a9e9af6aefed5978fc2722a1545fd28d465) chore: remove whitespace changes ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/assets/translations/en.json` (+1 -1) 📝 `frontend/rust-lib/flowy-database/src/services/field/type_options/date_type_option/date_type_option_entities.rs` (+1 -1) </details> ### 📄 Description ### Feature Preview This PR changes the previous date format from `Month day,Year` to `Month day, Year`. closes #2303 #### Screenshot <img width="161" alt="Capture d’écran 2023-05-01 à 23 19 28" src="https://user-images.githubusercontent.com/50607415/235552825-5ec43c76-15bf-4de7-acfe-8050d1e6ead3.png"> #### PR Checklist - [x] My code adheres to the [AppFlowy Style Guide](https://appflowy.gitbook.io/docs/essential-documentation/contribute-to-appflowy/software-contributions/submitting-code/style-guides) - [x] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [ ] All existing tests are passing. --- <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:47 +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#5223
No description provided.