1. str 형태를 datetime.datetime.strptime 형태로 변환하기

from datetime import datetime

datetime.strptime(str, '%Y-%m-%d')

 

 

+ Recent posts