import datetime 
#print((datetime.datetime))
for m in dir (datetime.datetime):
    if m.startswith ("_") == False:
        print(m)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: