app/soc/content/js/datetimepicker-090304.js
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 07 Mar 2009 17:36:32 +0000
changeset 1719 328db0964f86
parent 1646 42b8e294792e
child 2022 3d84ec6dbd03
permissions -rw-r--r--
Show the marker for the Google maps plug in by default. This fixes Issue 307. Patch by: Mario Ferraro Reviewed by: Lennard de Rijk

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