Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python asctime

import time

t = time.localtime()
print time.asctime(t)
# Prints Tue Feb 17 09:42:58 2009
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #python #asctime
ADD COMMENT
Topic
Name
5+3 =