Hello,
I have a time variable with this format : DD/MM/YYY hh:mm:ss ; only all observations of the variable have 00:00:00
I would like to know if there's a way to change the hh:mm:ss for each date.
How can I transform Old_Date into New_Date ?
I have a time variable with this format : DD/MM/YYY hh:mm:ss ; only all observations of the variable have 00:00:00
I would like to know if there's a way to change the hh:mm:ss for each date.
How can I transform Old_Date into New_Date ?
Old_Date | New_Date |
01/01/2010 00:00:00 | 01/01/2010 00:00:00 |
01/01/2010 00:00:00 | 01/01/2010 00:00:30 |
01/01/2010 00:00:00 | 01/01/2010 00:01:00 |
01/01/2010 00:00:00 | 01/01/2010 00:01:30 |
01/01/2010 00:00:00 | 01/01/2010 00:02:00 |
Comment