
I want to show daterangepicker with time as well I have tried to modify the code in wp project manager task code inside pm.js file where calendar script is added but time is not reflecting on the calendar can some guide on how to achieve. adding the script here and the unmodified line number where I have changed the code but not reflecting
slot: "reference"
}, [e.task.assignees.data.length ? a("div", {
staticClass: "user-images"
}, e._l(e.task.assignees.data, function (t) {
return a("div", {
directives: [{
name: "pm-tooltip",
rawName: "v-pm-tooltip"
}],
staticClass: "image",
attrs: {
title: t.display_name
}
}, [a("img", {
attrs: {
title: t.display_name,
src: t.avatar_url
}
})])
})) : e._e()])])], 1), e._v(" "), a("div", {
staticClass: "task-date process-field task-date-field-wrap"
}, [a("pm-vue2-daterange-picker", {
attrs: {
opens: "right",
singleDatePicker: !e.task_start_field,
startDate: e.getStartDate(),
endDate: e.getEndDate(),
showDropdowns: !0,
autoApply: !0
},
on: {
update: e.onChangeDate
}
})], 1), e._v(" "), e.taskTypeField ? a("div", {
staticClass: "task-type-wrap process-field"
}, [a("pm-popper", {
attrs: {
trigger: "click",
options: e.popperOptions()
}
}, [a("div", {
staticClass: "pm-popper popper"
}, [a("div", {
staticClass: "pm-multiselect-top"
}, [a("div", {
staticClass: "pm-multiselect-content"
},