filmov
tv
Delphi Trick 009 - Decode Date Time
Показать описание
AR : كيفية فك تشفير التاريخ والوقت بالتفصيل
FR : Comment décoder la date et l'heure en détail
EN : How to decode the date and time in detail
ES : Cómo decodificar la fecha y la hora en detalle
RS : Как подробно декодировать дату и время
AL : So dekodieren Sie Datum und Uhrzeit im Detail
Rad Studio Delphi DecodeDate DecodeTime Pascal Lazarus
Code :
var Y,M,D,H,MN,S,MS:word;
begin
Memo1.Clear;
DecodeDate(Now,Y,M,D);
DecodeTime(Now,H,MN,S,MS);
Memo1.Lines.Add('Year : '+inttostr(Y));
Memo1.Lines.Add('Month : '+inttostr(M));
Memo1.Lines.Add('Day : '+inttostr(D));
Memo1.Lines.Add('Hour : '+inttostr(H));
Memo1.Lines.Add('Min : '+inttostr(MN));
Memo1.Lines.Add('Sec : '+inttostr(s));
Memo1.Lines.Add('Mi Sec : '+inttostr(MS));
FR : Comment décoder la date et l'heure en détail
EN : How to decode the date and time in detail
ES : Cómo decodificar la fecha y la hora en detalle
RS : Как подробно декодировать дату и время
AL : So dekodieren Sie Datum und Uhrzeit im Detail
Rad Studio Delphi DecodeDate DecodeTime Pascal Lazarus
Code :
var Y,M,D,H,MN,S,MS:word;
begin
Memo1.Clear;
DecodeDate(Now,Y,M,D);
DecodeTime(Now,H,MN,S,MS);
Memo1.Lines.Add('Year : '+inttostr(Y));
Memo1.Lines.Add('Month : '+inttostr(M));
Memo1.Lines.Add('Day : '+inttostr(D));
Memo1.Lines.Add('Hour : '+inttostr(H));
Memo1.Lines.Add('Min : '+inttostr(MN));
Memo1.Lines.Add('Sec : '+inttostr(s));
Memo1.Lines.Add('Mi Sec : '+inttostr(MS));
Delphi Trick 009 - Decode Date Time
9.Decode in delphi
Delphi Trick 015 - Tab ListeBox - Edit text
Normal People VS Programmers #coding #python #programming #easy #funny #short
Coding - Expectation vs Reality | Programming - Expectation vs Reality | Codeiyapa #Shorts
Coding for 1 Month Versus 1 Year #shorts #coding
VAPING GAVE US CANCER #stopvaping
Entering Safe Code On Volkswagen RCD 310 Radio
When you first time install Kali linux for hacking 😄😄 #hacker #shorts
Cheating in exams😏!?
Rad Studio Delphi 017 UpDown - 003 Date incrementing
Rad Studio Delphi 003 Label - 009 Time In Label
$(ProductVersion) Environment Variable - Delphi #129
Delphi 024 RichEdit / 07 Get Encoding String
Building an Analog Clock program with only 3 lines of code with FireMonkey
Master simple date calculations in Delphi for precise results
Prevent Delphi Application from closing
vcds hidden login code /edc15/
Delphi Trick 011 - Create folder
Programming Language Tier List
Delphi - Sintax vs Logical vs Runtime
[Delphi / Pascal] Count Down Application
Work efficiently with dates in Delphi [Beginner ]
12.Formatdatetime in delphi
Комментарии