SelectDateWidget is very convenient, but usually returns dates in the format "% Y-% m-% d". It does not accept a format parameter and does not have much documentation. Does anyone come across this or have an idea how to get around it to get the date output in a different format? There is this ticket, # 6231 , which says that there is a fix for it to use the DATE_FORMAT parameter from settings.py (although I don’t see why it also cannot be given a format parameter). There was a patch on the ticket from 2 months ago to implement this, so it seems to me that I will need to use the latest version of django dev in order to use it, unless there is a way to apply this patch to the django installation?
source
share