Am not using bootstrap modal but am using
j confirm modal the problem is am loading a partial page from another page. However when l try using the date time picker it will appear behind the modal
Most of the solutions online are mostly based on bootstrap modal and have tried using this class also
#ui-datepicker-div {
position: relative;
z-index: 99999;
}
but to no avail. even this links similar question another similar question
maybe it is because am using jConfirm js file or what ?