Thank you Luis!
I hope that internationalization will replace English months :)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
Just for reference I found a better way to do this, used
SelectDateWidget from here:
http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms/extra.py
Thanks django community for this great project.
Regards,
Luis
On Dec 15, 4:04 pm, l5x <[EMAIL PROTECTED]> wrote:
> Look h
Look here, I have similar problem, but unfortunately nobody was able
to help me. I'm still waiting for answer, because it's important for
me.
http://groups.google.com/group/django-users/browse_thread/thread/d3b03b7fc5288ae0
Maybe it will iluminate you somehow :)
--~--~-~--~~-
Hello,
I'm using DateField from http://www.djangosnippets.org/snippets/399/
I have this code:
data={ 'birthdate':user.birthdate,
}
form = BasicProfileEditForm(data)
where birthdate is a Drop Down Date field.
It doesn't work (can't set the date), has anyone a better Drop D
4 matches
Mail list logo