Good question. I pull the time/date format from the Regional Settings control panel, so mm/dd/yyyy vs. dd/mm/yyyy is not an issue... I could probably even have it display the month and day names in the language edition of the OS. It's probably a matter
of mucking with a very specific area of the code that generates the time string. I'll look into it.
The hard part gets to be setting preferences in an app with no user interface. ![]()
EDIT: and the size of the form will need to be expanded... not a big deal...
EDIT2: maybe adding the date should be a ToolTip-style onhover kind of thing. No - on second thoughts that could get real annoying.