Version
22.14
Platform
Darwin EXDL-HGM91VQXW4 24.3.0 Darwin Kernel Version 24.3.0: Thu Jan 2 20:24:23 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T6020 arm64
Subsystem
Intl
What steps will reproduce the bug?
Example of code:
const dateFormater = new Intl.DateTimeFormat('fi-FI', {day: 'numeric', month: 'short'});
console.log(dateFormater.format(new Date()));
22.14 and above version
output:
19.3.
22.4
output:
19. maalisk.
Expect that the formatted date will have a short Month, not a numeric
How often does it reproduce? Is there a required condition?
Just use a specific version of the node and locale ('fi-FI'). For different locales it seems work correctly
What is the expected behavior? Why is that the expected behavior?
Expect:
19. maalisk.
What do you see instead?
output:
19.3.
Additional information
No response
Version
22.14
Platform
Subsystem
Intl
What steps will reproduce the bug?
Example of code:
22.14 and above version
output:
19.3.
22.4
output:
19. maalisk.
Expect that the formatted date will have a short Month, not a numeric
How often does it reproduce? Is there a required condition?
Just use a specific version of the node and locale ('fi-FI'). For different locales it seems work correctly
What is the expected behavior? Why is that the expected behavior?
Expect:
19. maalisk.
What do you see instead?
output:
19.3.
Additional information
No response