app/soc/content/js/datetimepicker-090825.js
author Mario Ferraro <fadinlight@gmail.com>
Tue, 25 Aug 2009 19:33:48 +0100
changeset 2804 92397646e5dc
parent 2801 0ee67cc9bd20
permissions -rw-r--r--
JSLint comment moved because of new uncompressed JSLint complains.

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