Spit MM,DD,YYYY in two fields?
Good afternoon,
Is there a way to split MM,DD,YYYY in two fields where the month is spelled out (can be any month of the year)? A previous thread showed me how to slice the characters in two (for example) fields but i don't know how it can be used since value.length varies depending on number of characters in a month. Is there light at the end for this scenario?
Example: March 14, 2016
Field1: March 14
Field2: 2016
Where the number of characters in month varies.
Thanks,
Edgar A.
