Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Date Conversion

    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

  • #2
    mofd() is the function you need and help datetime is where you should be looking for it.

    Comment

    Working...
    X