app/soc/content/js/datetimepicker.js
author Pawel Solyga <Pawel.Solyga@gmail.com>
Wed, 04 Mar 2009 19:00:44 +0000
changeset 1645 c7e05dafaede
parent 1451 ef134d062b83
permissions -rw-r--r--
Style fixes plus removal of unused imports, add missing docstring and fix too long lines in soc.views.models.org_app module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed

$(function() {
        $('.datetime-pick').datetimepicker();
        $('.date-pick').datetimepicker({
                'pickDateOnly' : true,
                'timeFormat' : '',
                'yearRange' : '1900:2008',
            });
        });