aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/javascript/reference/global_objects/date/getday/index.html
diff options
context:
space:
mode:
authort7yang <t7yang@gmail.com>2022-01-10 08:38:04 +0800
committerIrvin <irvinfly@gmail.com>2022-02-16 02:35:54 +0800
commit7c2556fe79c44d7c31108b8c8b048d2b7704a95e (patch)
treecb64f8749da725612d3dc9cf95943d0fc40add79 /files/zh-tw/web/javascript/reference/global_objects/date/getday/index.html
parentba64b95982c1b53696644a033accf800a4e82c09 (diff)
downloadtranslated-content-7c2556fe79c44d7c31108b8c8b048d2b7704a95e.tar.gz
translated-content-7c2556fe79c44d7c31108b8c8b048d2b7704a95e.tar.bz2
translated-content-7c2556fe79c44d7c31108b8c8b048d2b7704a95e.zip
remove span tag in zh-TW
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects/date/getday/index.html')
-rw-r--r--files/zh-tw/web/javascript/reference/global_objects/date/getday/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/javascript/reference/global_objects/date/getday/index.html b/files/zh-tw/web/javascript/reference/global_objects/date/getday/index.html
index abdc0e89a1..fb55827283 100644
--- a/files/zh-tw/web/javascript/reference/global_objects/date/getday/index.html
+++ b/files/zh-tw/web/javascript/reference/global_objects/date/getday/index.html
@@ -5,7 +5,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/getDay
---
<div>{{JSRef}}</div>
-<p><span class="seoSummary"><strong><code>getDay()</code></strong> 方法會根據當地時間將指定日期返回一星期中的第幾天,</span>其中0代表星期日。 在當月的某天可以參考{{jsxref("Date.prototype.getDate()")}}。</p>
+<p><strong><code>getDay()</code></strong> 方法會根據當地時間將指定日期返回一星期中的第幾天,其中0代表星期日。 在當月的某天可以參考{{jsxref("Date.prototype.getDate()")}}。</p>
<div>{{EmbedInteractiveExample("pages/js/date-getday.html", "shorter")}}</div>