Skip to content

Conversation

@Ravikirana-Microsoft
Copy link
Contributor

Purpose

This pull request updates the TaskService to improve date formatting for task plans. The most important change involves switching from a custom formatDate function to using the Intl.DateTimeFormat API for better localization support.

Date formatting improvement:

  • src/frontend/src/services/TaskService.tsx: Replaced the formatDate function with Intl.DateTimeFormat to format the date property of task plans. This change enhances localization by using the browser's default locale and a dateStyle of "long". The timeStyle option is commented out for now.

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

@Roopan-Microsoft Roopan-Microsoft merged commit 503b983 into dev Jul 8, 2025
7 checks passed
@Roopan-Microsoft Roopan-Microsoft deleted the macae-bug-fixes-2.0 branch July 8, 2025 12:27
@github-actions
Copy link

🎉 This PR is included in version 2.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

blessing-msft pushed a commit that referenced this pull request Aug 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants