Código Delphi [-]Label1.Caption:= FormatDateTime('hh:nn:ss', DateTimePicker1.Time); // 24h Label1.Caption:= FormatDateTime('hh:nn:ss AM/PM', DateTimePicker1.Time); // 12h
Label1.Caption:= FormatDateTime('hh:nn:ss', DateTimePicker1.Time); // 24h Label1.Caption:= FormatDateTime('hh:nn:ss AM/PM', DateTimePicker1.Time); // 12h