Toggle navigation
Toggle navigation
This project
Loading...
Sign in
teamPARK
/
holiday-counter-recommend-activity
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박종현
2022-06-05 18:47:13 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
217e786197761291f47977a71574eb7210f7fbdb
217e7861
1 parent
e4c0b067
Update final web design
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
nodejs/server.js
nodejs/views/data.ejs
nodejs/server.js
View file @
217e786
...
...
@@ -36,12 +36,8 @@ function getTodayDate() {
var
month
=
(
"0"
+
(
today
.
getMonth
()
+
1
)).
slice
(
-
2
);
var
day
=
(
"0"
+
today
.
getDate
()).
slice
(
-
2
);
var
dateString
=
year
+
"-"
+
month
+
"-"
+
day
;
<<<<<<<
HEAD
//return "2022-12-25"; // 테스트용 날짜를 입력하세요. *** 테스트가 끝나면 주석처리하고 커밋해주세요. *** ex) 2022-09-12, 2022-09-15, 2022-10-04
=======
// return "2023-01-01"; // 테스트용 날짜를 입력하세요. *** 테스트가 끝나면 주석처리하고 커밋해주세요. *** ex) 2022-09-12, 2022-09-15, 2022-10-04
>>>>>>>
7
f43fd101b38635257ae40eec3058e7997f954e5
return
dateString
;
}
...
...
nodejs/views/data.ejs
View file @
217e786
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment