We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aeadf5 commit b7d0aebCopy full SHA for b7d0aeb
1 file changed
docs-site/src/examples/ts/intlDateFormat.tsx
@@ -1,3 +1,4 @@
1
+// undefined falls back to the browser's default locale
2
const formatter = new Intl.DateTimeFormat(undefined, {
3
weekday: "short",
4
year: "numeric",
0 commit comments