23.05.2022, 07:12
Set Additional class to hidedaysec and use this CSS:
Code:
.pcontrol-hidedaysec .timepicker-day,
.pcontrol-hidedaysec .timepicker-second {
display: none;
}
.pcontrol-hidedaysec .timepicker {
margin: 10px 0;
display: flex;
justify-content: space-evenly;
}