app/soc/content/js/datetimepicker-090304.js
author Sverre Rabbelier <srabbelier@gmail.com>
Fri, 06 Mar 2009 22:32:26 +0000
changeset 1700 599a5ff8f422
parent 1646 42b8e294792e
child 2022 3d84ec6dbd03
permissions -rw-r--r--
Clean document references This has the advantage that we can inform the user if a document could not be found. Patch by: Sverre Rabbelier

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