How can I separate a Year/Month field into two fields in script
I have a field named [Year/month] and the values look like this: 2018/01 I need to pull out the Year value and the Month value as a name. I want to do this in the script. How can I do this?