app/soc/content/js/datetimepicker-090825.js
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 04 Oct 2009 15:07:29 +0200
changeset 3004 8485ae85de54
parent 2801 0ee67cc9bd20
permissions -rw-r--r--
Also pass along the args when running an update.

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