app/soc/content/js/datetimepicker-090304.js
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 25 May 2009 22:59:56 +0200
changeset 2345 f78caf12f32d
parent 2025 e44de18a2f5d
child 2800 cd9eed2b787e
permissions -rw-r--r--
Add helper functions, model update and jobs for unique user ids.

$(function() {
        $('.datetime-pick').datetimepicker();
        $('.date-pick').datetimepicker({
                'pickDateOnly' : true,
                'defaultDate' : new Date('01/01/1974'),
                'timeFormat' : '',
                'yearRange' : '1900:2008'
            });
        });