Polyfill: Using both dateStyle and timeStyle throws a TypeError #3061
Open
Description
new Temporal.PlainDateTime(2024, 12, 11).toLocaleString("en", {dateStyle: "full", timeStyle: "full"})
Throws:
Uncaught TypeError: can't set option hour when dateStyle is used
getSlotLazy intl.mjs:57
extractOverrides intl.mjs:595
format intl.mjs:232
Call Call.js:19
boundFormat intl.mjs:169
toLocaleString plaindatetime.mjs:262
<anonymous> debugger eval code:1