I have a report that outputs date-time stamps in the following format: July 13th 2017, 11:40:21.553, and need to extract Day, Month, Year and Time in separate columns and then recombine them to create a valid date-time stamp. Please help!
Sample below illustrates the consistency of the strings - notice variations occur in terms of 1. length of characters in the month name 2. characters following the date i.e. st, nd, th
April 24th 2017, 11:40:29.703
August 1st 2017, 10:10:23.773
August 2nd 2017, 12:08:33.933
Sample below illustrates the consistency of the strings - notice variations occur in terms of 1. length of characters in the month name 2. characters following the date i.e. st, nd, th
April 24th 2017, 11:40:29.703
August 1st 2017, 10:10:23.773
August 2nd 2017, 12:08:33.933