[Solved] Extract date and time from datetime field in R

If I understood well, R can read correctly your dates and times as you import your data (because they are in POSIXct format), but you can not extract the date and the time in the right format from your date-time column. Considering that you have a data.frame in R, like this: date_time Sold 1 2020-01-01 … Read more