app/soc/content/js/datetimepicker-090304.js
author Pawel Solyga <Pawel.Solyga@gmail.com>
Wed, 04 Mar 2009 19:31:21 +0000
changeset 1646 42b8e294792e
parent 1451 app/soc/content/js/datetimepicker.js@ef134d062b83
child 2022 3d84ec6dbd03
permissions -rw-r--r--
Add date postfix to the filename of each our JS or CSS files that still don't have it. Update filename changes in soc/base.html template. Patch by: Pawel Solyga Reviewed by: to-be-reviewed

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