Hi there. Thank you for contributing
To give a bit more context, the string is coming from the server side. It was originally a python datetime object which had been shoved into a JSON object and sent clientside - so I'm confident the string will always be of that form. Logic Ali's method (although a little less sophisticated) has won the day. I initially did try converting to a Date object, however couldn't seem to get that to give me sensible answers.