Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delphi IDE

Status
Not open for further replies.

CCCo

Programmer
Jul 13, 2009
1
US
I am using Delphi version 5. Is there a way to make the debugger show dates as yy/mm/dd rather than as integers when I position the cursor over a date variable?
 
You should be able to make the watch: formatdatetime('yy/mm/dd', <your variable>). Just make sure that you check the "Allow function calls" check box.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top