From c40612041809fe289aba58aefa170bbe784aba1f Mon Sep 17 00:00:00 2001 From: t7yang Date: Mon, 10 Jan 2022 08:38:07 +0800 Subject: remove name attribute for zh-CN --- .../global_objects/date/getdate/index.html | 12 ++++++------ .../global_objects/date/getday/index.html | 10 +++++----- .../global_objects/date/getfullyear/index.html | 10 +++++----- .../global_objects/date/gethours/index.html | 10 +++++----- .../global_objects/date/getmilliseconds/index.html | 12 ++++++------ .../global_objects/date/getminutes/index.html | 12 ++++++------ .../global_objects/date/getmonth/index.html | 12 ++++++------ .../global_objects/date/getseconds/index.html | 12 ++++++------ .../global_objects/date/gettime/index.html | 10 +++++----- .../date/gettimezoneoffset/index.html | 10 +++++----- .../global_objects/date/getutcdate/index.html | 12 ++++++------ .../global_objects/date/getutcday/index.html | 12 ++++++------ .../global_objects/date/getutcfullyear/index.html | 12 ++++++------ .../global_objects/date/getutchours/index.html | 12 ++++++------ .../date/getutcmilliseconds/index.html | 12 ++++++------ .../global_objects/date/getutcminutes/index.html | 12 ++++++------ .../global_objects/date/getutcmonth/index.html | 12 ++++++------ .../global_objects/date/getutcseconds/index.html | 12 ++++++------ .../global_objects/date/getyear/index.html | 22 +++++++++++----------- .../reference/global_objects/date/parse/index.html | 16 ++++++++-------- .../global_objects/date/setdate/index.html | 12 ++++++------ .../global_objects/date/setfullyear/index.html | 12 ++++++------ .../global_objects/date/sethours/index.html | 14 +++++++------- .../global_objects/date/setmilliseconds/index.html | 12 ++++++------ .../global_objects/date/setminutes/index.html | 14 +++++++------- .../global_objects/date/setmonth/index.html | 14 +++++++------- .../global_objects/date/setseconds/index.html | 12 ++++++------ .../global_objects/date/settime/index.html | 14 +++++++------- .../global_objects/date/setutcdate/index.html | 12 ++++++------ .../global_objects/date/todatestring/index.html | 10 +++++----- .../global_objects/date/togmtstring/index.html | 8 ++++---- .../global_objects/date/toisostring/index.html | 6 +++--- .../global_objects/date/tojson/index.html | 8 ++++---- .../date/tolocaledatestring/index.html | 18 +++++++++--------- .../global_objects/date/tolocalestring/index.html | 18 +++++++++--------- .../date/tolocaletimestring/index.html | 18 +++++++++--------- .../global_objects/date/tostring/index.html | 12 ++++++------ .../global_objects/date/totimestring/index.html | 10 +++++----- .../global_objects/date/toutcstring/index.html | 12 ++++++------ .../reference/global_objects/date/utc/index.html | 12 ++++++------ .../global_objects/date/valueof/index.html | 12 ++++++------ 41 files changed, 252 insertions(+), 252 deletions(-) (limited to 'files/zh-cn/web/javascript/reference/global_objects/date') diff --git a/files/zh-cn/web/javascript/reference/global_objects/date/getdate/index.html b/files/zh-cn/web/javascript/reference/global_objects/date/getdate/index.html index 57f12998f6..7e7e429c3d 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/date/getdate/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/date/getdate/index.html @@ -11,21 +11,21 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/getDate -

语法

+

语法

dateObj.getDate()
-

参数

+

参数

-

描述

+

描述

getDate() 返回一个1 到 31的整数值。

-

例子

+

例子

-

例子: 使用getDate()方法

+

例子: 使用getDate()方法

下面第二条语句将值25赋给 day 变量,该值基于日期对象 Xmax95的值。

@@ -67,7 +67,7 @@ alert(day); // 25

{{Compat("javascript.builtins.Date.getDate")}}

-

相关链接

+

相关链接