티스토리 뷰
var date = new Date();
var options = {
year: "numeric"
, month: "short"
, day: "numeric"
, weekday: "long"
, hour: "2-digit"
, minute: "2-digit"
};
date.toLocaleDateString("ko-kr");
date.toLocaleDateString("ko-kr", options);
date.toLocaleDateString("en-us", options);
// output
// "2018. 6. 20."
// "2018년 6월 20일 수요일 오후 12:36"
// "Wednesday, Jun 20, 2018, 12:36 PM"
'Javascript' 카테고리의 다른 글
textarea 동적으로 resizing 하기 (1) | 2018.07.20 |
---|---|
history.pushState 사용하기 (0) | 2017.07.07 |
cookie 핸들링 해보기 (0) | 2017.01.24 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- m3u8
- http live streaming
- Coordinator
- UIBarButtonItem
- Closure
- customAlertView
- xib
- database
- Video
- AssociatedObject
- ssh
- NIB
- TDD
- AVKit
- Cleancode
- IOS
- CollectionView
- HLS
- UIButton
- RECORDING
- pagingView
- permission error
- AVFoundation
- Design Pattern
- UIControl
- carousel
- BaseViewController
- Realm
- Swift
- testing
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함