Hi. I have the current date variable that records the date and time of the doctor consultation within a single variable. The data is imported from excel where the format was "1/1/2022 12:00:00 AM". I'd like to split it into this variable into two variables, one for date and one for time. Any help would be great. So, basically date==1/1/2022 and time==12:00:00 AM
Code:
input double appt_date 1.9566144e+12 1.9566144e+12 1.9566144e+12 1.9566144e+12 1.9566144e+12 1.9566144e+12 1.9566144e+12 1.9566144e+12 1.9567872e+12 1.9567872e+12 1.9567872e+12 1.9567872e+12 1.9567872e+12 1.9567872e+12 1.9567872e+12 1.9567872e+12
Comment