I have a data frame with 1 column and in POSIXlt format "2014-11-25" "2014-06-08". How can I extract the date part of this column? The result should be 25, 08
There are functions months
, weekdays
but I cannot find such function for date. Really appreciate your help