Hello.
I´m trying to convert a string date coming from user input
the string is for example "05/2015" in the format "mm/yyyy"
and i want to convert to /01/05/2015 in the format "dd//mm/yyyy"
ldcompetencia = date(em_competencia.text)
But the date conversion is returning me "1900-01-01"
How is the correct way to convert the date?