Ver Mensaje Individual
  #3  
Antiguo 21-12-2010
Avatar de richy08
richy08 richy08 is offline
Miembro
 
Registrado: may 2007
Ubicación: Bucerias, Nayarit Mexico
Posts: 529
Reputación: 18
richy08 Va por buen camino
Cita:
Empezado por ecfisa Ver Mensaje
Hola.

Se me ocurre que podés utilizar la función StringOfChar a ese efecto:
Código Delphi [-] Fecha:= IntToStr(Year)+'-'+IntToStr(Month)+'-'+IntToStr(Day)+' T '+ IntToStr(Hour)+':'+IntToStr(Min)+':'+ StringOfChar('0',2-Length(IntToStr(Sec)))+IntToStr(Sec);


Saludos.
gracias ecfisa le voy a echar un ojo

saludos
Responder Con Cita