Hi all,
I realize this has been discussed often but I did not find the proper solution for exactly my problem:
I have dates of type long, format %d which are shown as e.g. 14jan2015 in one dataset and dates of type int, format %td shown in the same way in another dataset. In order to merge the two, I need to extract the months in both cases (i.e. 12jul2017 should be merged with 27jul2017 as both are jul2017). How can I do that?
Many thanks for your help!
Best,
Peter
I realize this has been discussed often but I did not find the proper solution for exactly my problem:
I have dates of type long, format %d which are shown as e.g. 14jan2015 in one dataset and dates of type int, format %td shown in the same way in another dataset. In order to merge the two, I need to extract the months in both cases (i.e. 12jul2017 should be merged with 27jul2017 as both are jul2017). How can I do that?
Many thanks for your help!
Best,
Peter
Comment