app/soc/content/js/datetimepicker-090825.js
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 28 Sep 2009 12:22:48 +0200
changeset 2988 e11f934e6063
parent 2801 0ee67cc9bd20
permissions -rw-r--r--
Added tag v0-5-20090928 for changeset db28a7db5cc6

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