app/soc/content/js/datetimepicker-090304.js
author Pawel Solyga <Pawel.Solyga@gmail.com>
Sat, 25 Apr 2009 10:09:24 +0200
changeset 2275 030d014792c5
parent 2025 e44de18a2f5d
child 2800 cd9eed2b787e
permissions -rw-r--r--
Add .hgignore to repository and ignore all .pyc files and app.yaml file. Patch by: Pawel Solyga

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