Is there a way to send a command to change the system time to 24-hour format?
The system time can be changed by using...
Time = #23:30#
But, if the local computer setting is using the am/pm format, the result returns...
11:30:00 PM
Of course within Access I can use Format(Time,"HH:nn") or the FormatDateTime(Time,vbShortTime), but that stays within ACCESS and is lost when the app closes.
It's not critical, but would be useful, not only for the ACCESS program, but for other applications. We're trying to ensure the 24-hour format is always used (eventually).
The system time can be changed by using...
Time = #23:30#
But, if the local computer setting is using the am/pm format, the result returns...
11:30:00 PM
Of course within Access I can use Format(Time,"HH:nn") or the FormatDateTime(Time,vbShortTime), but that stays within ACCESS and is lost when the app closes.
It's not critical, but would be useful, not only for the ACCESS program, but for other applications. We're trying to ensure the 24-hour format is always used (eventually).