In Python datetime format: "%d-%m-%Y" . We can use .strptime to parse a date string into a datetime object: import datetime user_date = ...
確定! 回上一頁