#NumberFormat
✅ Bug 141758 closed at 2025-10-05 06:32 UTC
⚡ vba NumberFormat for dates does only work once and never again
🔗 https://bugs.documentfoundation.org/show_bug.cgi?id=141758
October 5, 2025 at 7:03 PM
👤 Post by peter_buchholz (by SAP):
"Default Unit Pattern in sap/ui/core/format/NumberFormat now includes a non-breaking space"
🔗 Link: https://community.sap.com/t5/technology-blog-posts-by-sap/default-unit-pattern-in-sap-ui-core-format-numberformat-now-includes-a-non/ba-p/14172019
August 13, 2025 at 7:47 AM
Number formats in Excel:
Number formats in Excel control how numbers, dates, times, and text appear in cells without changing their actual values.
#ExcelTips #ExcelFormatting #NumberFormat #ExcelTricks #LearnExcel #SpreadsheetSkills #ExcelBasics #ExcelTutorial #DataFormatting #excelhacks
July 11, 2025 at 9:57 PM
Got Sheets struggles? Fractions, leading zeros, or custom dates got you down? Learn Number Formatting to master your data! Plus, share your weirdest custom format for a discount! #GoogleSheetsMastery #NumberFormat #GoogleSheets tinyurl.com/ymc98xrk
Google Sheets Mastery - Number Format
One out of three spreadsheet enthusiasts don't know how to use fractions. They try but they only get partially there. It's like the odds are stacked against them, they are fighting the percentages or ...
tinyurl.com
July 4, 2025 at 2:52 AM
Intl 1人アドベントカレンダー15日目!
NumberFormatの桁数選択系オプションとroundingPriorityの複雑さに震えろ

zenn.dev/sajikix/arti...
NumberFormatの新しいオプションとCurrency Display Choices Proposal(#15)
zenn.dev
December 15, 2024 at 8:22 AM
Intl 1人アドベントカレンダー14日目!
NumberFormatオプション多すぎ問題。今日のは主要なやつ(ES2023に入ったNumberFormatV3 Proposal以前からあったやつ)です。つまり明日は....
zenn.dev/sajikix/arti...
Intl.NumberFormatの主要オプションを抑える(#14)
zenn.dev
December 14, 2024 at 10:35 AM
Intl 1人アドベントカレンダー13日目!
NumberFormatも便利だよ
zenn.dev/sajikix/arti...
Intl.NumberFormat の基本(#13)
zenn.dev
December 13, 2024 at 9:51 AM
Intl 1人アドベントカレンダー12日目!
日時系の書式化の話のラストはDurationFormat!明日からはNumberFormatだ〜
zenn.dev/sajikix/arti...
Intl.DurationFormat Proposal(#12)
zenn.dev
December 12, 2024 at 4:59 AM
That said having to stub it feels still as a hack. Having an env or flag to be passed would feel way more reliable as it will not only impact NumberFormat but all others.
December 4, 2024 at 5:57 PM
Guess it’s time to upgrade my NumberFormat component - v-intl.netlify.app/guide/format...
V-Intl :: Number formatting | V-Intl
Number Intl formatter for your Vue apps
v-intl.netlify.app
December 3, 2024 at 9:34 PM
👤 Post by Viktor_Sperling
📰 by SAP: "Change of NumberFormat Behavior for Currencies with UI5 version 1.130"
🔗 Link: https://community.sap.com/t5/technology-blogs-by-sap/change-of-numberformat-behavior-for-currencies-with-ui5-version-1-130/ba-p/13934199
November 27, 2024 at 8:02 AM
we'd need to truncate the number before passing it to numberformat, i've tested this up to 999999999999997 but maybe this is overkill
October 2, 2024 at 1:30 AM
oh the NumberFormat locale is hardcoded to en-US
June 27, 2024 at 2:36 AM
it switched to using NumberFormat “compact” rather than a rounding function - not sure if that rounds differently per device but that be an interesting divergence
June 24, 2024 at 7:10 PM
I'm getting this :

Oh no!
There was an unexpected issue in the application. Please let us know if this happened to you!
TypeError: Failed to initialize NumberFormat since used feature is not supported in the linked ICU version

please help - thanks
December 11, 2023 at 4:05 AM
Don't worry Intl.NumberFormat will come and rescue you.

You are using Intl.NumberFormat right? Right 👀

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat
Intl.NumberFormat - JavaScript | MDN
The Intl.NumberFormat object enables language-sensitive number formatting.
developer.mozilla.org
July 4, 2023 at 4:43 AM
The Intl namespace in JavaScript also have a NumberFormat object to display a figure the right way for a specific country.

It supports a lot of use cases.

With this, you could save an additional dependency in your already heavy JavaScript bundle.

#techtweets #day94
April 29, 2025 at 6:18 PM
- Let's ship the Intl features RelativeTimeFormat, Locale, ListFormat, Segmenter, formatRange and NumberFormat options in multiple browsers and advance them to Stage 4, bring dateStyle/timeStyle and DisplayName to Stage 3 https://github.com/tc39/proposals/blob/master/ecma402/README.md
proposals/ecma402/README.md at main · tc39/proposals
Tracking ECMAScript Proposals. Contribute to tc39/proposa...
github.com
November 17, 2024 at 1:08 PM
Tiny annoyance: ICU PluralRules has a new-style API for getAvailableLocales, BreakIterator/NumberFormat has old and new, DateFormat only old
November 17, 2024 at 10:29 AM