날짜 구하는 방법
unit Unit1; interface uses type var implementation {$R *.dfm} procedure TForm1.FormCreate(Sender: TObject); begin // Display these dates and the days between them
showmessage(FormatDateTime('YYYY/MM/DD', Today)); end. |
unit Unit1; interface uses type var implementation {$R *.dfm} procedure TForm1.FormCreate(Sender: TObject); begin // Display these dates and the days between them
showmessage(FormatDateTime('YYYY/MM/DD', Today)); end. |