aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/global_objects/date
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects/date')
-rw-r--r--files/ko/web/javascript/reference/global_objects/date/getdate/index.html2
-rw-r--r--files/ko/web/javascript/reference/global_objects/date/getfullyear/index.html2
-rw-r--r--files/ko/web/javascript/reference/global_objects/date/toisostring/index.html2
-rw-r--r--files/ko/web/javascript/reference/global_objects/date/tojson/index.html2
-rw-r--r--files/ko/web/javascript/reference/global_objects/date/tostring/index.html2
-rw-r--r--files/ko/web/javascript/reference/global_objects/date/valueof/index.html2
6 files changed, 0 insertions, 12 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/date/getdate/index.html b/files/ko/web/javascript/reference/global_objects/date/getdate/index.html
index 1a5d6f2d5a..fdacc321cf 100644
--- a/files/ko/web/javascript/reference/global_objects/date/getdate/index.html
+++ b/files/ko/web/javascript/reference/global_objects/date/getdate/index.html
@@ -71,8 +71,6 @@ console.log(day); // 25
<h2 id="브라우저_호환성">브라우저 호환성</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Date.getDate")}}</p>
<h2 id="같이_보기">같이 보기</h2>
diff --git a/files/ko/web/javascript/reference/global_objects/date/getfullyear/index.html b/files/ko/web/javascript/reference/global_objects/date/getfullyear/index.html
index c1a90e5340..cb0ba438df 100644
--- a/files/ko/web/javascript/reference/global_objects/date/getfullyear/index.html
+++ b/files/ko/web/javascript/reference/global_objects/date/getfullyear/index.html
@@ -75,8 +75,6 @@ var year = today.getFullYear();
<h2 id="브라우저_호환성">브라우저 호환성</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Date.getFullYear")}}</p>
<h2 id="같이_보기">같이 보기</h2>
diff --git a/files/ko/web/javascript/reference/global_objects/date/toisostring/index.html b/files/ko/web/javascript/reference/global_objects/date/toisostring/index.html
index a9743f04d6..e0c0cfd330 100644
--- a/files/ko/web/javascript/reference/global_objects/date/toisostring/index.html
+++ b/files/ko/web/javascript/reference/global_objects/date/toisostring/index.html
@@ -94,8 +94,6 @@ console.log(today.toISOString()); // Returns 2011-10-05T14:48:00.000Z</pre>
<h2 id="브라우저_호환성">브라우저 호환성</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Date.toISOString")}}</p>
<h2 id="같이_보기">같이 보기</h2>
diff --git a/files/ko/web/javascript/reference/global_objects/date/tojson/index.html b/files/ko/web/javascript/reference/global_objects/date/tojson/index.html
index 5f069e3417..3c19b6e44b 100644
--- a/files/ko/web/javascript/reference/global_objects/date/tojson/index.html
+++ b/files/ko/web/javascript/reference/global_objects/date/tojson/index.html
@@ -68,8 +68,6 @@ console.log(jsonDate); //2015-10-26T07:46:36.611Z
<h2 id="브라우저_호환성">브라우저 호환성</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Date.toJSON")}}</p>
<h2 id="같이_보기">같이 보기</h2>
diff --git a/files/ko/web/javascript/reference/global_objects/date/tostring/index.html b/files/ko/web/javascript/reference/global_objects/date/tostring/index.html
index 5adaaf4f84..a624293ff0 100644
--- a/files/ko/web/javascript/reference/global_objects/date/tostring/index.html
+++ b/files/ko/web/javascript/reference/global_objects/date/tostring/index.html
@@ -111,8 +111,6 @@ var myVar = x.toString(); // assigns a string value to myVar in the same format
<h2 id="브라우저_호환성">브라우저 호환성</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Date.toString")}}</p>
<h2 id="같이_보기">같이 보기</h2>
diff --git a/files/ko/web/javascript/reference/global_objects/date/valueof/index.html b/files/ko/web/javascript/reference/global_objects/date/valueof/index.html
index 778321f74e..b905feaa31 100644
--- a/files/ko/web/javascript/reference/global_objects/date/valueof/index.html
+++ b/files/ko/web/javascript/reference/global_objects/date/valueof/index.html
@@ -67,8 +67,6 @@ var myVar = x.valueOf(); // myVar에 -424713600000를 할당합니다.
<h2 id="Browser_compatibility">Browser compatibility</h2>
-<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p>
-
<p>{{Compat("javascript.builtins.Date.valueOf")}}</p>
<h2 id="See_also">See also</h2>