Question
1
Replies
27
Views
Posted: November 8, 2018
Last activity: February 10, 2019
Closed
Solved
Removal of the "Today" button for the Date picker control
Hi,
Does anyone know how to remove the "Today" button for the Date picker control? I checked the control settings, nothing of such there.
Thanks and regards,
Jacky
Hi Jacky,
You could try to hide "Today" button using css. I am not sure what version of prpc you are using but I could use following selector and set display none:
#Pega_Cal_Cont tfoot tr td:first-child {
display:none;
}