app/soc/content/js/datetimepicker-090304.js
author Daniel Bentley <dbentley@google.com>
Wed, 01 Apr 2009 12:01:58 +0000
changeset 2049 d9adbaf1c30f
parent 2025 e44de18a2f5d
child 2800 cd9eed2b787e
permissions -rw-r--r--
Some fixes to lists helper to reduce mutation. Also added some TODO's to describe the plan. Patch by: Dan Bentley

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