Answer the question
In order to leave comments, you need to log in
How to sort a column by date in Excel with Python?
I am writing a Python program that inserts a date in the xlsx format into an excel table in the format dd.mm.yyyy
time_publication = 22.04.2021, type = <class 'str'>
time_publication = value.strftime('%d.%m.%Y') # это и есть итоговая дата, которую вставляю в столбец
list_in_res.append(time_publication)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question