I am trying to write a parser business rule to pull out the middle
portion of a date string from a data source. The file has the date as
"1-Jan-23" and I want to pull out the Jan. On the data source, I have
the time dimension assigned to the proper c...