Commit 46c5e1a7 authored by Spark's avatar Spark
Browse files

초-> 밀리세컨트

parent 0f1b5291
...@@ -50,7 +50,7 @@ function UserInfo() { ...@@ -50,7 +50,7 @@ function UserInfo() {
const btMs = endDate.getTime() - stDate.getTime() // 주어진 날짜 사이의 경과 시간 (밀리 초) const btMs = endDate.getTime() - stDate.getTime() // 주어진 날짜 사이의 경과 시간 (밀리 초)
const btDay = btMs / (1000 * 60 * 60 * 24) // -> 일 const btDay = btMs / (1000 * 60 * 60 * 24) // Ms -> 일
setCreatedTime(btDay) setCreatedTime(btDay)
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment