From efad3dbdb62d1977c01b953a076bf699100b77e9 Mon Sep 17 00:00:00 2001 From: A1lo Date: Sat, 19 Mar 2022 03:51:33 +0800 Subject: replace all `anch` marco in `zh-TW` (#4708) * fix: resolve some incorrect anchors * fix: resolve some incorrect anchors * fix: resolve some incorrect anchors --- files/zh-tw/web/javascript/reference/global_objects/date/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-tw/web/javascript/reference/global_objects/date') diff --git a/files/zh-tw/web/javascript/reference/global_objects/date/index.html b/files/zh-tw/web/javascript/reference/global_objects/date/index.html index 9e7cab6fe9..3185971c44 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/date/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/date/index.html @@ -42,7 +42,7 @@ new Date(year, month[, day[, hour[,
year
-
表示年份的整數。當數值落在 0 到 99 之間,表示 1900 到 1999 之間的年份。參考{{anch("Two_digit_years_map_to_1900_-_1999", "下面的範例")}}.
+
表示年份的整數。當數值落在 0 到 99 之間,表示 1900 到 1999 之間的年份。參考下面的範例.
month
表示月份的整數。由 0 開始(一月)到 11 (十二月)。
day
-- cgit v1.2.3-54-g00ecf