This should give you just the first/start date:
//{@SplitonHyphen1}
Split({YourTable.YourFieldName},"-")[Ubound{Split({YourTable.YourFIeldName},"-"))-1]
This should give you just the second/end date
//{@SplitonHyphen2}
Split({YourTable.YourFieldName},"-")[Ubound{Split({YourTable.YourFIeldName},"-"))]
If the month's are always going to be the same, you could try this for the days in between ---->This is untested so i apologize in advance if my memory (or lack thereof) has caused errors:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.