aamalig / django-profile

Automatically exported from code.google.com/p/django-profile
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Remove the birthdate selection javascript calendar #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This calendar is very big for such a very untrascendent entry.

It must be replaced by something lighter.

Original issue reported on code.google.com by david.ru...@gmail.com on 3 Jul 2008 at 10:51

GoogleCodeExporter commented 8 years ago
Well I use it on my social network, for registration and I find it very useful.
You could use a button trigger so it will show up only when needed.
http://jqueryui.com/demos/datepicker/#icon-trigger
To me every date fields should include a calendar widget.

By the way, you can get ride of some "updateInline(dateStr)" function body by 
specifying the dateFormat: 'yy-mm-dd' when constructing the datepicker object.
http://jqueryui.com/demos/datepicker/#date-formats

Original comment by andre.mi...@gmail.com on 21 Aug 2010 at 9:05