Guest_imported
New member
- Jan 1, 1970
- 0
I use the following code to display the time in hh:mm:ss and would like to display it in 24hour format. Can I modify this code to do that???
TDateTime Time1(TDateTime::CurrentTime());
TDateTime theTime = Time1;
Label1->Caption=theTime;
TDateTime Time1(TDateTime::CurrentTime());
TDateTime theTime = Time1;
Label1->Caption=theTime;