microsoft / microsoft/Power-Fx
will time format fff be supported again?
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
>> 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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