I have about 1000 lines of data recorded in this format: 2 Apr 2018, 23:14:17
And I have about another 1000 recorded like this: Mar 27, 2018, 10:42:26 PM
My first issue is that they are recognised by Excel as a character string (the original compiler of this document dumped a bunch of DateTimes in from somewhere else).
My second issue is that even after we successfully convert the format to be recognised as 'DateTime', I then need to change the format to DD:MM:YYYY hh:mm:ss in 24-hour rather than 12-hour time.
Your help with this or advice as to how I can rephrase the question is greatly appreciated. Tagging Excel, R and Python as these are the tools I have on-hand.