Hello,
I have a dataset that includes a certain date variable and I want to create another date variable in way that the new variable will be 9 months after the original variable. Example:
var newvar
01aug2021 01may2022
12dec2021 12sep2022
Any idea which commands can I use to apply this?
Thanks in advance.
I have a dataset that includes a certain date variable and I want to create another date variable in way that the new variable will be 9 months after the original variable. Example:
var newvar
01aug2021 01may2022
12dec2021 12sep2022
Any idea which commands can I use to apply this?
Thanks in advance.
Comment