Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

get date and time formatted python

import time
print(time.strftime("%Y-%m-%d_%H-%M-%S"))
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #date #time #formatted #python
ADD COMMENT
Topic
Name
4+7 =