티스토리 뷰

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

System.SysUtils

System.SysUtils

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. (이루고자 하는이루어야 할) 목적
2. (
특정 상황에서 무엇을) 하기 위함, 용도, 의도
3. (
삶에 의미를 주는) 목적

populate 미국식 [|pɑ:pjuleɪt] 

(프로그래밍) 데이터로 채우다.

1. (어떤 지역의 주민으로) 살다, 거주하다
2. (
어떤 지역으로 사람
동물들을) 이주시키다
3. (
서류에 데이터를) 덧붙이다

 

출처: 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
링크
«   2025/01   »
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
글 보관함