“data strftime Python” Kod odpowiedzi

data strftime Python

import datetime
datetime.datetime.now().strftime ("%Y%m%d")
20151015
Clear Curlew

Strptime Python

import datetime
d = datetime.datetime.strptime("01/27/2012", "%m/%d/%Y")
print(d)
output ....
2012-01-27 00:00:00
launchable 720

Python pracuje z obiektami daty

Yes, the strftime() method returns a string representing date and time using 
date, 
time or 
datetime object.
Powerful Penguin

Odpowiedzi podobne do “data strftime Python”

Pytania podobne do “data strftime Python”

Więcej pokrewnych odpowiedzi na “data strftime Python” w Python

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu