I have a string like this
01/01/2019 8:43:55 AM # dd/MM/yy hh:mm:ss ??
After reading through the docs I concluded that the AM part had no corresponding entry in the formats provided. So that I would have to simply test to see if the string ended in either AM or PM and then adjust the hour part accordingly.
Is there something slicker? I didn't really grasp how to use templates yet, and I notice that the last two methods in the docs mention templates.