microsoft / microsoft/Power-Fx

will time format fff be supported again?

Open
#1,248 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
3.4k
Forks
358
Avg merge
10h 34m
Merged PRs (30d)
3

Description

In the document, it still said

f Displays the fractions of seconds.

https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-text

However, as we are aligning to Excel, 0 is used instead now

https://github.com/microsoft/Power-Fx/blob/f729504abb13120fc44642b9c81455b33989fd97/src/tests/Microsoft.PowerFx.Core.Tests/ExpressionTestCases/Text_Format.txt
like

>> Text(DateTime(1983, 6, 3, 2, 53, 9, 123), "hh:mm:ss.000") 
"02:53:09.123"

will time format fff be supported again?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing the Microsoft Learn Text function page with src/tests/Microsoft.PowerFx.Core.Tests/ExpressionTestCases/Text_Format.txt, including the referenced commit. Determine whether the documented fff format is supported; done means the documentation and current behavior are reconciled, or the support decision is clearly recorded.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.