Extended profile - add fancy datepicker widgets

This commit is contained in:
Zach Copley 2011-03-15 23:02:05 -07:00
parent 40e1fc8246
commit b9065d7bc1
1 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,10 @@ $(document).ready(function() {
source: 'finduser',
minLength: 2 });
$.datepicker.formatDate('yy-mm-dd');
$("input[name$=-start], input[name$=-end], #extprofile-birthday").datepicker({ dateFormat: 'd M yy' });
var multifields = ["phone-item", "experience-item", "education-item", "im-item"];
for (f in multifields) {