[DEPRECATED IN FAVOR OF Unified Intl.NumberFormat]
Withdrawn at the 2026 January plenary meeting, due to deprecation
Implementation Progress
Backpointers
- Zibi Braniecki (@zbraniecki)
TBD
This proposal is based on the LDML spec, List Patterns:
let o = new Intl.UnitFormat("en", {
type: "duration",
unit: "hour",
style: "long" // default style
});
console.log(o.format(15)); // "15 hours"npm install
npm run build
open index.html