I am trying to separate the start and stop date from a row of data that both included.
Here is what it looks like:
| PayPeriod |
| 07/21/2019 - 08/03/2019 (Biweekly) |
and this is what I am looking for:
| Start Date | Stop Date |
| 07/21/2019 | 08/03/2019 |
any help with this would be greatly appreciated!