]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Extended profile - add fancy datepicker widgets
authorZach Copley <zach@status.net>
Wed, 16 Mar 2011 06:02:05 +0000 (23:02 -0700)
committerZach Copley <zach@status.net>
Wed, 16 Mar 2011 06:02:05 +0000 (23:02 -0700)
plugins/ExtendedProfile/js/profiledetail.js

index 9fb935f1531ef225a91b80113ed96246b39167ef..d24b4aabe87201842726841dd211291e7d82da0d 100644 (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) {