일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Number
- install
- java
- 링크
- WSDL
- 형식
- screen
- 윈도우즈7
- 설치
- Objective-C
- mac
- WebService
- 7932
- VISTA
- 볼링
- 맥
- ObjectiveC
- c#
- 오브젝티브C
- cagr48com
- 윈도구
- 아이폰
- iPhone
- 윈도구7
- Mobile
- 아이맥
- 애플
- windows
- 퇴사
- windows7
Archives
- Today
- Total
목록2022/07/18 (1)
A colossal Dreamer: GR鐵塔-天生我材
Swift: getting Date Components
Swift 실행환경에서 날짜 성분 출력하는 예제 import Foundation let now = Date() let calendar = Calendar.current print("era:", calendar.component(.era, from: now)) print("year:", calendar.component(.year, from: now)) print("yearForWeekOfYear:", calendar.component(.yearForWeekOfYear, from: now)) print("quarter:", calendar.component(.quarter, from: now)) print("month:", calendar.component(.month, from: now)) print("..
Development/아이폰
2022. 7. 18. 11:53