Announcement

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

  • Convert YYYYM# dates exported from Excel to date format in Stata

    Hi,
    My Excel file contains dates in the format of 2010m1, 2010m2 and they are stored as string dates in Stata.
    How can I convert them to dates?
    Thank you

  • #2
    Code:
    help monthly()

    Comment


    • #3
      Thanks Nick! I figured out how to do it with your help for monthly()
      Last edited by Yapa Bandara; 29 Oct 2023, 21:35.

      Comment

      Working...
      X