app/soc/content/js/datetimepicker.js
author Sverre Rabbelier <srabbelier@gmail.com>
Sun, 01 Mar 2009 20:20:47 +0000 (2009-03-01)
changeset 1584 d8ba8c917f37
parent 1451 ef134d062b83
permissions -rw-r--r--
Make use of decorators.view for all views This gives us a 'view' hook where we can do things that need to be done for all views (such as catching certain exceptions, or checking for maintenance mode). Patch by: Sverre Rabbelier
$(function() {
        $('.datetime-pick').datetimepicker();
        $('.date-pick').datetimepicker({
                'pickDateOnly' : true,
                'timeFormat' : '',
                'yearRange' : '1900:2008',
            });
        });