app/soc/content/js/datetimepicker-090825.js
author Daniel Hans <Daniel.M.Hans@gmail.com>
Sun, 27 Sep 2009 23:31:39 +0200
changeset 2982 eeee8c854438
parent 2801 0ee67cc9bd20
permissions -rw-r--r--
Add task and iterative_task decorator Also add getBatchOfData method to the base logic and tasks logic module. Reviewed-by: Sverre Rabbelier

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