JS에서 시간 출력

new 1
실질적으로
Intl.DateTimeFormat()
를 동작한다.

# ko

(new Date()).toLocaleString(['ko'],{dateStyle:'full',timeStyle:'full',hourCycle:'h24'})
=> '2024년 12월 16일 월요일 14시 19분 38초 한국 표준시'

(new Date()).toLocaleString(['ko'],{dateStyle:'medium',timeStyle:'medium',hourCycle:'h24'})
=> '2024. 12. 16. 14:18:06'

(new Date()).toLocaleString(['ko'],{dateStyle:'long',timeStyle:'long',hourCycle:'h24'})
=> '2024년 12월 16일 14시 19분 4초 GMT+9'

(new Date()).toLocaleString(['ko'],{dateStyle:'short',timeStyle:'short',hourCycle:'h24'})
=> '24. 12. 16. 14:19'

# en

(new Date()).toLocaleString(['en'],{dateStyle:'full',timeStyle:'full',hourCycle:'h24'})
=> 'Monday, December 16, 2024 at 14:23:51 Korean Standard Time'

(new Date()).toLocaleString(['en'],{dateStyle:'long',timeStyle:'long',hourCycle:'h24'})
=> 'December 16, 2024 at 14:24:10 GMT+9'

(new Date()).toLocaleString(['en'],{dateStyle:'medium',timeStyle:'medium',hourCycle:'h24'})
=> 'Dec 16, 2024, 14:24:21'

(new Date()).toLocaleString(['en'],{dateStyle:'short',timeStyle:'short',hourCycle:'h24'})
=>'12/16/24, 14:24'
댓글
  • No Nickname
    No Comment
  • 권한이 없습니다.
    {{m_row.m_nick}}
    -
목록형 📷 갤러리형
제목
[기본형] HTML (with 부트스트랩5.3 , jquery 3.7, vue.js)
유용한 리눅스(LINUX) 명령어
[공지] 기술 게시판
12.1
12.2
12.3
12.4
12.5
12.7
12.8
12.9
12.10
12.12
12.13
12.14
12.15
12.18
12.19
12.21
12.22
12.23
12.24
12.25
12.26
12.27
12.28
12.29
12.30
12.31
1.1
1.2
1.3
1.4