Code:
. dis %tm monthly("201901", "YM") .
Then this is working, while in my opinion it should not be working:
Code:
. dis %td date("201901", "YM") 01jan2019
Code:
. dis %tm mofd(date("20190101", "YMD")) 2019m1
Specialized on Data processing, Data management Implementation plan, Data Collection tools - electronic and paper base, Data cleaning specifications, Data extraction, Data transformation, Data load, Analytical Datasets, and Data analysis. BJ Data Tech Solutions teaches on design and developing Electronic Data Collection Tools using CSPro, and STATA commands for data manipulation. Setting up Data Management systems using modern data technologies such as Relational Databases, C#, PHP and Android.
. dis %tm monthly("201901", "YM") .
. dis %td date("201901", "YM") 01jan2019
. dis %tm mofd(date("20190101", "YMD")) 2019m1
0 Response to Why is this -monthly("201901","YM")- not working, while this -date("20190101","YMD")- works perfectly fine?
Post a Comment