Hi All: I'm having difficulty separating the date and time from each other. I tried yearly(), date (), and year(dofm()) with no success. Any clue how I get just the year as its own variable?
Code:
* Example generated by -dataex-. For more info, type help dataex clear input double ct_datetime_num 1.8099198e+12 1.8009297e+12 1800772320000 1.7995776e+12 1798796940000 end format %tc ct_datetime_num
Comment