app/soc/content/js/datetimepicker-090825.js
author Madhusudan.C.S <madhusudancs@gmail.com>
Wed, 26 Aug 2009 17:27:40 +0200
changeset 2806 c629e6697cf9
parent 2801 0ee67cc9bd20
permissions -rw-r--r--
Added role_name and disallow_last_resign keyword params to OA and Mentor Logic. Reviewed by: Lennard de Rijk

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