I come from Visual Foxpro, and you could set a global setting:
Set hours to 24
Then whenever you addressed a time value, anywhere in your application, it was represented in 24 hour format without remember to reformat before you used it.
Kirk
Is there any way to alway have the application return military time vice whatever the workstation settings are. I can set a custom format in the DateTime picker, but I need it all the time in my application and I hate to have to code it each time I need to display a date/time value.
Thanks
Kirk