Posterior a investigar con expertos en esta materia, programadores de deferentes ramas y profesores dimos con la respuesta al dilema y la compartimos en esta publicación.
Ejemplo 1: obtener la fecha actual delphi
var
currentDate: TDateTime;
begin
currentDate := Now;
ShowMessage(DateToStr(currentDate)); //Show the current date
ShowMessage(TimeToStr(currentDate)); //Show the current time
end;
Ejemplo 2: cómo extraer la fecha del sistema en Delphi
var.
currentDate: TDateTime;
begin.
currentDate := Now;
ShowMessage(DateToStr(currentDate)); //Show the current date.
ShowMessage(TimeToStr(currentDate)); //Show the current time.
end;
Si te gustó nuestro trabajo, eres capaz de dejar una noticia acerca de qué te ha parecido este artículo.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)