![]() |
Printing of System Time
I want to print system time for some actions such as keyboard in Vizard in a .dat file. I am able to access the elasped time but not the current system time in the hrs:min:sec format.
Has anybody done it? Thanks Uttama |
Have a look at the time module that comes with Python. For example, this should print out the time in Hour:Minute:Second format:
Code:
import time |
It works fine.
Thanks |
All times are GMT -7. The time now is 02:47 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC