We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c426ae2 commit 074e7f5Copy full SHA for 074e7f5
1 file changed
docs/stdlib/date.md
@@ -361,7 +361,7 @@ d.toLocaleTimeString('zh-CN') // "上午12:00:00"
361
- `weekday`:可能的值为`long`、`short`、`narrow`。
362
- `day`、`hour`、`minute`、`second`:可能的值为`numeric`、`2-digit`。
363
- `timeZone`:可能的值为 IANA 的时区数据库。
364
-- `timeZooneName`:可能的值为`long`、`short`。
+- `timeZoneName`:可能的值为`long`、`short`。
365
- `hour12`:24小时周期还是12小时周期,可能的值为`true`、`false`。
366
367
下面是用法实例。
0 commit comments