app/soc/content/js/datetimepicker-090304.js
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 04 Jul 2009 14:22:02 +0200
changeset 2529 3f2484621f1c
parent 2025 e44de18a2f5d
child 2800 cd9eed2b787e
permissions -rw-r--r--
Added Daniel Diniz and Zachary Voase to the AUTHORS file.

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