Time and Date
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
In my dialog based application I want the time and date to appear in the bottom left corner. What is the most efficient way of doing this? The time and date needs to be displayed exactly as below: hh:mm:ss dd-mm-yy The date and time can only be modfied by clicking on them which will the display a change date and time dialog. I'm using MS VS2003. TIA, Andy