aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/date/setmonth/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/date/setmonth/index.html')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/date/setmonth/index.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/date/setmonth/index.html b/files/zh-cn/web/javascript/reference/global_objects/date/setmonth/index.html
index e7df1fc3d7..47db4665a8 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/date/setmonth/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/date/setmonth/index.html
@@ -22,9 +22,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/setMonth
<dl>
<dt><code>monthValue</code></dt>
<dd>介于 0 到 11 之间的整数(表示一月到十二月)。</dd>
-</dl>
-
-<dl>
<dt><code>dayValue</code></dt>
<dd>从 1 到 31 之间的整数,表示月份中的第几天。0为上个月最后一天</dd>
<dt>返回值!</dt>