티스토리 뷰
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
- http live streaming
- m3u8
- Coordinator
- UIBarButtonItem
- AssociatedObject
- Design Pattern
- IOS
- RECORDING
- xib
- BaseViewController
- database
- permission error
- NIB
- HLS
- UIControl
- ssh
- customAlertView
- Realm
- Swift
- Closure
- AVFoundation
- carousel
- testing
- TDD
- Cleancode
- pagingView
- AVKit
- CollectionView
- UIButton
- Video
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함