10-25-2022, 01:29 AM
In QuickBASIC we could manipulate the time and date of the computer.
TIME$ = "06:30:00"
DATE$ = "10/20/2020"
I see QB64 currently supports only using those two statements to get the computer time and date, and no longer to set the time and date. Do we have a Windows API call that can manipulate the computer clocks available?
Pete
TIME$ = "06:30:00"
DATE$ = "10/20/2020"
I see QB64 currently supports only using those two statements to get the computer time and date, and no longer to set the time and date. Do we have a Windows API call that can manipulate the computer clocks available?
Pete