Answers for "regex python how to get date and time"

-1

get date and time python

from datetime import datetime
now = datetime.now()
print (now.strftime("%Y-%m-%d %H:%M:%S"))
Posted by: Guest on August-11-2020

Code answers related to "regex python how to get date and time"

Python Answers by Framework

Browse Popular Code Answers by Language