iNTERFACEWARE Products Manual > Installing and Using Chameleon > Using Python Scripting > Python Scripting Examples > Date and Time Manipulation > Timestamp Generation |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
The Python time module can be used to provide the current date and time. For a human-readable date and time, you can use the following script, which generates the current date and stores it in a string field:
Visit the Python website for more information on the format arguments for the strftime() function.
|