Use request.start and end
Without the start and end we die on 'assert self.in_request' in the
core per request value store methods.
jQuery(
function () {
jQuery('.datetime-pick').datetimepicker();
jQuery('.date-pick').datetimepicker({
'pickDateOnly': true,
'defaultDate': new Date('01/01/1974'),
'timeFormat': '',
'yearRange': '1900:2008'
});
}
);