app/soc/content/js/datetimepicker.js
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 28 Feb 2009 22:23:16 +0000
changeset 1570 cda9f118bfef
parent 1451 ef134d062b83
permissions -rw-r--r--
Improved Organization Application review overview and bulk reviewing. Both buttons now fade out and if no organizations can be accepted/rejected the buttons will not fade and a message will be shown to the user explaining the situation. Patch by: Mario Ferraro Reviewed by: Lennard de Rijk

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