app/soc/content/js/datetimepicker-090304.js
author Pawel Solyga <Pawel.Solyga@gmail.com>
Fri, 27 Mar 2009 14:19:16 +0000
changeset 2022 3d84ec6dbd03
parent 1646 42b8e294792e
child 2025 e44de18a2f5d
permissions -rw-r--r--
Fix Issue 381(Date fields should be displayed in ISO standard formatting) and Issue 207 (Date selector Javascript control always starts out with year 1900 selected). Patch by: Daniel Hans Reviewed by: Pawel Solyga

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