Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
Today KU
Commits
0e1e3a90
Commit
0e1e3a90
authored
Oct 31, 2021
by
Kim, Subin
Browse files
수정
parent
cb075430
Changes
1
Show whitespace changes
Inline
Side-by-side
client/src/components/Calendar/Weekly.js
View file @
0e1e3a90
...
...
@@ -16,7 +16,7 @@ const Weekly = () => {
end
:
''
}}
titleFormat
=
{(
date
)
=>
{
if
(
date
.
date
.)
//
if (date.date.)
console
.
log
(
"
date==
"
,
date
)
return
date
.
date
.
year
+
"
년
"
+
(
date
.
date
.
month
+
1
)
+
"
월
"
;
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment