My date value is in this format
02:27:16 05-Mar-2019, Tue stored in Assigned date column
Am converting
srdetails1$Assigned On GMT
<-as.POSIXct(srdetails1$Assigned On GMT
, tz="", format = "%H:%M:%S %m/%d/%Y")
srdetails$Assigned On GMT
the value get converted as
43497.067407407405
Instead of showing a date and any function i use on this column for e.g day(ymd_hms() etc gives me "NA
How do i resolve this