I have found a question at this link that almost answers what I need but not quite. What I need to know, how using this method could I convert a string of the format u'Saturday, Feb 27 2016'
into a Python date variable in the format 27/02/2016
?
Thanks