I have a column in an excel .xls file where for some reason the dates were saved in 2 different ways and now I can not import them correctly because they are saved in 2 different ways in R and I can not have them in a uniform way.
Any advice?
I show the first 10 observations in excel
12/5/2022 12:53
12/7/2022 08:49
14/03/2023 14:13:00
25/01/2023 08:49:00
12/5/2022 13:54
13/03/2023 11:50:00
1/2/2023 11:01
17/02/2023 09:44:00
23/12/2022 09:59:00
12/5/2022 12:47
And this is how they look in R
<chr>
1 44693.536805555559
2 44754.367361111108
3 14/03/2023 14:13:00
4 25/01/2023 08:49:00
5 44693.57916666667
6 13/03/2023 11:50:00
7 44958.459027777775
8 17/02/2023 09:44:00
9 23/12/2022 09:59:00
10 44693.532638888886