app/soc/content/js/datetimepicker-090304.js
author Pawel Solyga <Pawel.Solyga@gmail.com>
Fri, 24 Apr 2009 22:34:31 +0000
changeset 2274 1885cda38bb7
parent 2025 e44de18a2f5d
child 2800 cd9eed2b787e
permissions -rw-r--r--
Add getStudentsProjects to context in stats.py script. Patch by: Pawel Solyga

$(function() {
        $('.datetime-pick').datetimepicker();
        $('.date-pick').datetimepicker({
                'pickDateOnly' : true,
                'defaultDate' : new Date('01/01/1974'),
                'timeFormat' : '',
                'yearRange' : '1900:2008'
            });
        });