티스토리 뷰
Delphi
function DateToStr(const DateTime: TDateTime): string;
function DateToStr(const DateTime: TDateTime; const AFormatSettings: TFormatSettings): string;
C++
extern PACKAGE System::UnicodeString __fastcall DateToStr(const System::TDateTime DateTime)/* overload */;
Properties
Type |
Visibility |
Source |
Unit |
Parent |
function |
public |
System.SysUtils.pas System.SysUtils.hpp |
Description
Converts a TDateTime value into a string.
Use DateToStr to obtain a string representation of a date value that can be used for display purposes.
The first form of DateToStr is not thread-safe, because it uses localization information contained in global variables.
The second form of DateToStr,
which is thread-safe, refers to localization information contained in the AFormatSettings
parameter.
Before calling the thread-safe form of DateToStr,
you must populate AFormatSettings
with localization
information.
To populate AFormatSettings
with a set of
default locale values, call TFormatSettings.Create.
TDateTime 값을 문자열로 변환합니다.
DateToStr을 사용하여 표시 목적으로 사용할 수 있는 날짜 값의 문자열 표현을 가져옵니다.
DateToStr의 첫 번째 형식은 전역 변수에 포함된 지역화 정보를 사용하므로 스레드로부터 안전하지 않습니다.
스레드로부터 안전한 DateToStr의 두 번째 형식은 AFormatSettings 매개 변수에 포함된 지역화 정보를 나타냅니다.
스레드로부터 안전한 DateToStr 형식을 호출하기 전에 AFormatSettings에 현지화 정보를 채워야 합니다.
AFormatSettings에 기본 로캘 값을 채우려면 TFormatSettings.Create를 호출합니다.
Example
begin // 2017년 3월 5일 기준 Writeln(Now()); // 4.27999386534722E+0004 Writeln(DateToStr(Now())); // 2017-03-05 Readln; end. |
purpose 미국식 [|p3:rpəs] 1. (이루고자 하는・이루어야 할)
목적 populate 미국식 [|pɑ:pjuleɪt] (프로그래밍) 데이터로 채우다. 1. (어떤 지역의 주민으로) 살다, 거주하다 |
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.SysUtils.DateToStr
'프로그래밍 언어 > Delphi' 카테고리의 다른 글
[Reference] System.Insert (0) | 2017.03.07 |
---|---|
[Reference] System.SysUtils.EncodeTime (0) | 2017.03.06 |
[Reference] System.SeekEof (0) | 2017.03.04 |
[Reference] System.SysUtils.EncodeDate (0) | 2017.03.03 |
[Reference] System.SysUtils.IntToStr (0) | 2017.03.02 |
- Total
- Today
- Yesterday
- Delphi
- 독해
- 계산기
- 스택
- 정렬
- RA
- SysUtils
- 왕초보 영어회화 100일의 기적
- tdataset
- 문법
- 여행영어 100일의 기적
- 영어
- 설명
- ADODB
- 상황
- 작문
- 일기
- VCL
- 응용
- 알고리즘
- Reference
- wfd
- 자료구조
- 대상
- Pte
- System
- 교육센터
- SWT
- 말하기
- java
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |