Hi,
I tried to format the date of birth values into something readable with no avail. I tried %td, %tc, and %tC but nothing works correctly. I have also tried to gen new variable with MDY and DMY also give errors. Could you please help to convert the values of Birth_Date into the right format. Please not that when I put the cursor to the first date it show very long digits (1917129600000), I understand it also account the milliseconds, but that is not true, the birth date does not include the time, only date!
I tried to format the date of birth values into something readable with no avail. I tried %td, %tc, and %tC but nothing works correctly. I have also tried to gen new variable with MDY and DMY also give errors. Could you please help to convert the values of Birth_Date into the right format. Please not that when I put the cursor to the first date it show very long digits (1917129600000), I understand it also account the milliseconds, but that is not true, the birth date does not include the time, only date!
Code:
* Example generated by -dataex-. For more info, type help dataex clear input double Birth_Date 1.9171296e+12 1.8359136e+12 1.933632e+12 1.9559232e+12 1.2073536e+12 1.9479744e+12 3.253824e+11 3.968352e+11 1.956528e+12 1.389744e+12 end
Comment