I have been looking at a few regex examples but struggling to get them to work to my particular data. My date data looks like
Jan 5 2017 12:00AM
Jan 20 2017 10:07PM
Jan 21 2017 12:00AM
Jan 1 2017 8:02AM
Feb 4 2018 3:15PM
I need to convert this to a date, also converting the time to 24 hour format. Any idea?
Thanks
Roger