I have a date variable that represents week.
For example, 2014023, is the third week of February 2014.
I want to make the string date recognized as the week date in the STATA.
What should I do?
Thank you.
Code:
* Example generated by -dataex-. To install: ssc install dataex clear input str8(id week) "1" "2014023" "1" "2014024" "2" "2014121" "2" "2014122" "3" "2014063" "3" "2014064" "3" "2014065" end
0 Response to Translation, string date recognized as the week date
Post a Comment