aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/reference/global_objects/date
diff options
context:
space:
mode:
author3indblown Leaf <69508345+kraccoon-dev@users.noreply.github.com>2022-02-16 17:11:01 +0900
committerGitHub <noreply@github.com>2022-02-16 17:11:01 +0900
commitc5e82bf41f336a59704ee8c429e3147f73fa8a48 (patch)
tree1329fd03f09c80a3fd39dfcf95bb480866252c8f /files/ko/web/javascript/reference/global_objects/date
parent2968f00d257b512ac0d046a3fa12e8deec2540fb (diff)
downloadtranslated-content-c5e82bf41f336a59704ee8c429e3147f73fa8a48.tar.gz
translated-content-c5e82bf41f336a59704ee8c429e3147f73fa8a48.tar.bz2
translated-content-c5e82bf41f336a59704ee8c429e3147f73fa8a48.zip
remove all span tags 1 (#3920)
Co-authored-by: Kyle <mkitigy@gmail.com>
Diffstat (limited to 'files/ko/web/javascript/reference/global_objects/date')
-rw-r--r--files/ko/web/javascript/reference/global_objects/date/getday/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/date/getday/index.html b/files/ko/web/javascript/reference/global_objects/date/getday/index.html
index f671068f12..2520b6e30b 100644
--- a/files/ko/web/javascript/reference/global_objects/date/getday/index.html
+++ b/files/ko/web/javascript/reference/global_objects/date/getday/index.html
@@ -11,7 +11,8 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/getDay
---
<div>{{JSRef}}</div>
-<p><span ><strong><code>getDay()</code></strong> 메서드는 주어진 날짜의 현지 시간 기준 요일을 반환합니다. 0은 일요일을 나타냅니다.</span> 현재의 일을 반환하려면 {{jsxref("Date.prototype.getDate()")}}를 사용하세요.</p>
+<p><strong><code>getDay()</code></strong> 메서드는 주어진 날짜의 현지 시간 기준 요일을 반환합니다. 0은 일요일을 나타냅니다. 현재의 일을 반환하려면 {{jsxref("Date.prototype.getDate()")}}를 사용하세요.</p>
+
<div>{{EmbedInteractiveExample("pages/js/date-getday.html")}}</div>