I have a question about PyQt4. I have a date that is of a type QDate and I want to simply turn it into a string format as opposed to QDate format. For example, if the date is 09/16/2013, I would want to change it into a string form of September 16, 2013 if possible.
I played around with toString but I think that only works with C++ (unless I am mistaken).